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
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; }