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
PageViewInstanceCreatedEventHandler
|
SplitContainerNeeded
Raised whenever a new RadSplitContainer instance is needed internally by the framework. Allows for providing custom RadSplitContainer implementation.
Declaration
public static event SplitContainerNeededEventHandler SplitContainerNeeded
Event Type
SplitContainerNeededEventHandler
|
TabStripItemCreating
Fired when a new TabStripItem is being created. Allows for replacing the tab items with custom ones.
Declaration
public static event TabStripItemCreatingEventHandler TabStripItemCreating
Event Type
TabStripItemCreatingEventHandler
|