KaxDockDockPositionChanged Event |
Occurs when the control is docked in another KaxDockZone, or its
in its current zone position was changed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event DockPositionChangedEventHandler DockPositionChanged
Public Event DockPositionChanged As DockPositionChangedEventHandler
public:
event DockPositionChangedEventHandler^ DockPositionChanged {
void add (DockPositionChangedEventHandler^ value);
void remove (DockPositionChangedEventHandler^ value);
}
member DockPositionChanged : IEvent<DockPositionChangedEventHandler,
DockPositionChangedEventArgs>
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