LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SubscribeForFeature Method (IWorkstationEventBroker)

Show in webframe






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
'Declaration
 
Sub SubscribeForFeature( _
   ByVal featureId As String, _
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _
) 
'Usage
 
Dim instance As IWorkstationEventBroker
Dim featureId As String
Dim onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String))
 
instance.SubscribeForFeature(featureId, 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

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.