Click or drag to resize
DockLayoutEventArgs Class
Provides data for the SaveDockLayout and the LoadDockLayout events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsDockLayoutEventArgs

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 DockLayoutEventArgs : EventArgs

The DockLayoutEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDockLayoutEventArgs
Initializes a new instance of the DockLayoutEventArgs class
Top
Properties
  NameDescription
Public propertyIndices
Dictionary, containing UniqueName/Index pairs.
Public propertyPositions
Dictionary, containing UniqueName/DockZoneID pairs.
Top
See Also