PublishFeatureExecuted Method

Syntax
C#
VB
C++
public void PublishFeatureExecuted( 
   object publisher, 
   string featureId 
) 
  
Public Sub PublishFeatureExecuted( _ 
   ByVal publisher As Object, _ 
   ByVal featureId As String _ 
)  
public: 
void PublishFeatureExecuted(  
   Object^ publisher, 
   String^ featureId 
)  

Parameters

publisher
The System.Object publishing the event.

featureId
A System.String which represents the Feature ID for the component publishing the event.

Remarks

Components that are associated with a feature ID should call this method when they execute the feature.

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.