DockCommandEventArgsCommand Property |
Gets the DockCommand item which initiated the event.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DockCommand Command { get; }
Public ReadOnly Property Command As DockCommand
Get
public:
property DockCommand^ Command {
DockCommand^ get ();
}
member Command : DockCommand with get
Property Value
Type:
DockCommand
See Also