C#
VB
C++
Occurs when a command is unregistered.
public event EventHandler<CommandRegistrationEventArgs> CommandUnregistered
Public Event CommandUnregistered As EventHandler(Of CommandRegistrationEventArgs)
public:
event EventHandler<CommandRegistrationEventArgs^>^ CommandUnregistered
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