←Select platform

SubscribeForFeature Method (WorkstationEventBroker)

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 
) 
Public Sub SubscribeForFeature( _ 
   ByVal featureId As String, _ 
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _ 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize