LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnCommandRegisterd Method

Show in webframe






The feature which the command is registered with.
The Leadtools.Medical.Workstation.Commands.ICommand that is registered.
Fires the CommandRegistered event.
Syntax
protected virtual void OnCommandRegisterd( 
   string featureId,
   ICommand command
)
'Declaration
 
Protected Overridable Sub OnCommandRegisterd( _
   ByVal featureId As String, _
   ByVal command As ICommand _
) 
'Usage
 
Dim instance As WorkstationFeaturesCommandFactory
Dim featureId As String
Dim command As ICommand
 
instance.OnCommandRegisterd(featureId, command)

            

            
protected: virtual void OnCommandRegisterd( 
   string* featureId,
   ICommand* command
) 
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

See Also

Reference

WorkstationFeaturesCommandFactory Class
WorkstationFeaturesCommandFactory Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.