Class
NavigatorClosedEventArgs

Event args for the Closed event.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class NavigatorClosedEventArgs : EventArgs

Inheritance: objectEventArgsNavigatorClosedEventArgs

Inherited Members EventArgs.Empty

Constructors

NavigatorClosedEventArgs()

Declaration

cs-api-definition
public NavigatorClosedEventArgs()

Properties

PaneToActivate

Gets or sets the pane to be activated after navigator closes. If null, this means no matching pane is found for the selected item model in navigator.

Declaration

cs-api-definition
public RadPane PaneToActivate { get; set; }

Property Value

RadPane