C#
VB
C++
Occurs when a command is registered.
public event EventHandler<CommandRegistrationEventArgs> CommandRegistered Public Event CommandRegistered As EventHandler(Of CommandRegistrationEventArgs)
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
