Click or drag to resize
KaxDockDockPositionChanged Event
Occurs when the control is docked in another KaxDockZone, or its in its current zone position was changed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public event DockPositionChangedEventHandler DockPositionChanged

Value

Type: Kettic.AspNet.ControlsDockPositionChangedEventHandler
Remarks
Notifies the server control to perform the needed actions to ensure that it should be docked in the specified KaxDockZone on the client.
See Also