OnCommandUnregisterd Method

Summary
Fires the CommandUnregistered event.
Syntax
C#
VB
C++
protected virtual void OnCommandUnregisterd( 
   string featureId, 
   ICommand command 
) 
  
Protected Overridable Sub OnCommandUnregisterd( _ 
   ByVal featureId As String, _ 
   ByVal command As ICommand _ 
)  
protected: 
virtual void OnCommandUnregisterd(  
   String^ featureId, 
   ICommand^ command 
)  

Parameters

featureId
The feature which the command is unregistered from.

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

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.