New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public static class RadDockEvents

Inheritance: objectRadDockEvents

Events

Fires after RadPageViewElement is created.

C#
public static event PageViewInstanceCreatedEventHandler PageViewInstanceCreated

Raised whenever a new RadSplitContainer instance is needed internally by the framework. Allows for providing custom RadSplitContainer implementation.

C#
public static event SplitContainerNeededEventHandler SplitContainerNeeded

Fired when a new TabStripItem is being created. Allows for replacing the tab items with custom ones.

C#
public static event TabStripItemCreatingEventHandler TabStripItemCreating