OnCommandRegisterd Method

Summary

Fires the CommandRegistered event.

Syntax
C#
VB
C++
protected virtual void OnCommandRegisterd( 
   string featureId, 
   ICommand command 
) 
  
Protected Overridable Sub OnCommandRegisterd( _ 
   ByVal featureId As String, _ 
   ByVal command As ICommand _ 
)  
protected: 
virtual void OnCommandRegisterd(  
   String^ featureId, 
   ICommand^ command 
)  

Parameters

featureId
The feature which the command is registered with.

command
The Leadtools.Medical.Workstation.Commands.ICommand that is registered.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly