SubscribeForFeature Method

Summary
Allows components to be notified when a specific feature is published.
Syntax
C#
VB
C++
public void SubscribeForFeature( 
   string featureId, 
   EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack 
) 
  
Sub SubscribeForFeature( _ 
   ByVal featureId As String, _ 
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _ 
)  
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

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