ClassRadDockEvents
Class
Provides static events for RadDock instances for cases where subscribing to the event cannot happen before they actually need to fire.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public static class RadDockEvents
Inheritance: objectRadDockEvents
Events
PageViewInstanceCreated
Fires after RadPageViewElement is created.
Declaration
cs-api-definition
public static event PageViewInstanceCreatedEventHandler PageViewInstanceCreated
Event Value
SplitContainerNeeded
Raised whenever a new RadSplitContainer instance is needed internally by the framework. Allows for providing custom RadSplitContainer implementation.
Declaration
cs-api-definition
public static event SplitContainerNeededEventHandler SplitContainerNeeded
Event Value
TabStripItemCreating
Fired when a new TabStripItem is being created. Allows for replacing the tab items with custom ones.
Declaration
cs-api-definition
public static event TabStripItemCreatingEventHandler TabStripItemCreating
Event Value