←Select platform

PublishFeatureExecuted Method

Summary

Fires the FeatureExecuted event.

Syntax

C#
VB
C++
public void PublishFeatureExecuted( 
   object publisher, 
   string featureId 
) 
  
Sub PublishFeatureExecuted( _ 
   ByVal publisher As Object, _ 
   ByVal featureId As String _ 
)  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly