Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

CommandUnregistered Event







Occurs when a command is unregistered.
Syntax
public event EventHandler<CommandRegistrationEventArgs> CommandUnregistered
'Declaration
 
Public Event CommandUnregistered As EventHandler(Of CommandRegistrationEventArgs)
'Usage
 
Dim instance As WorkstationFeaturesCommandFactory
Dim handler As EventHandler(Of CommandRegistrationEventArgs)
 
AddHandler instance.CommandUnregistered, handler

            

            
public: __event EventHandler<CommandRegistrationEventArgs*>* CommandUnregistered
public:
event EventHandler<CommandRegistrationEventArgs^>^ CommandUnregistered
Event Data

The event handler receives an argument of type CommandRegistrationEventArgs containing data related to this event. The following CommandRegistrationEventArgs properties provide information specific to this event.

PropertyDescription
Command Gets the Leadtools.Medical.Workstation.Commands.ICommand object to be registered or unregistered.
FeatureId Gets the feature associated with the command.
Requirements

Target Platforms

See Also

Reference

WorkstationFeaturesCommandFactory Class
WorkstationFeaturesCommandFactory Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features