DockPositionChangedEventArgs Class |
Provides data for the DockPositionChanged event.
Inheritance Hierarchy
SystemObject
SystemEventArgs
Kettic.AspNet.ControlsDockPositionChangedEventArgs
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public class DockPositionChangedEventArgs : EventArgs
Public Class DockPositionChangedEventArgs
Inherits EventArgs
public ref class DockPositionChangedEventArgs : public EventArgs
type DockPositionChangedEventArgs =
class
inherit EventArgs
end
The DockPositionChangedEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| DockZoneID |
Contains the ClientID of the dock zone the dock has been dropped to.
If the dock was not dropped in a zone (undocked) the value will be
string.Empty.
|
| Index |
Contains the index of the dock in the new dock zone
|
TopSee Also