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

Event args for the Opening event.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class NavigatorOpeningEventArgs : EventArgs

Inheritance: objectEventArgsNavigatorOpeningEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public NavigatorOpeningEventArgs()

Properties

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

C#
public bool Cancel { get; set; }