Class RadDockEvents
Provides static events for RadDock instances for cases where subscribing to the event cannot happen before they actually need to fire.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public static class RadDockEvents
Events
PageViewInstanceCreated
Fires after RadPageViewElement is created.
Declaration
public static event PageViewInstanceCreatedEventHandler PageViewInstanceCreated
Event Type
SplitContainerNeeded
Raised whenever a new Rad
Declaration
public static event SplitContainerNeededEventHandler SplitContainerNeeded
Event Type
TabStripItemCreating
Fired when a new Tab
Declaration
public static event TabStripItemCreatingEventHandler TabStripItemCreating