Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

SubscribeForFeature Method (WorkstationEventBroker)







A System.String which represents the Feature ID the user wants to be notifed when published.
A callback function which will be called when the featureId is published.
Allows components to be notified when a specific feature is published.
Syntax
public void SubscribeForFeature( 
   string featureId,
   EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack
)
'Declaration
 
Public Sub SubscribeForFeature( _
   ByVal featureId As String, _
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _
) 
'Usage
 
Dim instance As WorkstationEventBroker
Dim featureId As String
Dim onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String))
 
instance.SubscribeForFeature(featureId, onFeatureExecutedCallBack)

            

            
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

See Also

Reference

WorkstationEventBroker Class
WorkstationEventBroker Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features