Gets a reference to the Command instance related to the event being handled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Command Command { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Command As Command |
An instance of a Command-derived class.
See Also