←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly