Class
NavigatorOpeningEventArgs

Event args for the Opening event.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class NavigatorOpeningEventArgs : EventArgs

Inheritance: objectEventArgsNavigatorOpeningEventArgs

Inherited Members EventArgs.Empty

Constructors

NavigatorOpeningEventArgs()

Declaration

cs-api-definition
public NavigatorOpeningEventArgs()

Properties

Cancel

Gets or sets a value indicating whether the opening of the DockingNavigator should be cancelled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool