DockCommandEventArgs Class |
Provides data for the DockCommand event.
Inheritance Hierarchy
SystemObject
SystemEventArgs
Kettic.AspNet.ControlsDockCommandEventArgs
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public class DockCommandEventArgs : EventArgs
Public Class DockCommandEventArgs
Inherits EventArgs
public ref class DockCommandEventArgs : public EventArgs
type DockCommandEventArgs =
class
inherit EventArgs
end
The DockCommandEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| Command |
Gets the DockCommand item which initiated the event.
|
TopSee Also