SubscribeForFeature Method

Summary
Allows components to be notified when a specific feature is published.
Syntax
C#
C++/CLI
public void SubscribeForFeature( 
   string featureId, 
   EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack 
) 
public:  
   void SubscribeForFeature( 
      String^ featureId, 
      EventHandler<DataEventArgs<String^>^>^ onFeatureExecutedCallBack 
   ) 

Parameters

featureId
A System.String which represents the Feature ID the user wants to be notifed when published.

onFeatureExecutedCallBack
A callback function which will be called when the  featureId is published.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.