Click or drag to resize
DockPositionChangedEventArgs Class
Provides data for the DockPositionChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsDockPositionChangedEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DockPositionChangedEventArgs : EventArgs

The DockPositionChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDockZoneID
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.
Public propertyIndex
Contains the index of the dock in the new dock zone
Top
See Also