LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CommandRegistered Event







Occurs when a command is registered.
Syntax
public event EventHandler<CommandRegistrationEventArgs> CommandRegistered
'Declaration
 
Public Event CommandRegistered As EventHandler(Of CommandRegistrationEventArgs)
'Usage
 
Dim instance As WorkstationFeaturesCommandFactory
Dim handler As EventHandler(Of CommandRegistrationEventArgs)
 
AddHandler instance.CommandRegistered, handler
public event EventHandler<CommandRegistrationEventArgs> CommandRegistered
add_CommandRegistered(function(sender, e))
remove_CommandRegistered(function(sender, e))

public: __event EventHandler<CommandRegistrationEventArgs*>* CommandRegistered
public:
event EventHandler<CommandRegistrationEventArgs*>* CommandRegistered
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationFeaturesCommandFactory Class
WorkstationFeaturesCommandFactory Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.