|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
| Leadtools.Medical.Workstation Namespace > WorkstationFeaturesCommandFactory Class : CommandRegistered Event |
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
public: event EventHandler<CommandRegistrationEventArgs^>^ CommandRegistered
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.
| Property | Description |
|---|---|
| Command | Gets the Leadtools.Medical.Workstation.Commands.ICommand object to be registered or unregistered. |
| FeatureId | Gets the feature associated with the command. |