In This Article

NavigationPaneCancelEventArgs Class

Provides data for cancellable events dealing with NavigationPane objects.

public class NavigationPaneCancelEventArgs : CancelEventArgs
Inheritance:
object EventArgs CancelEventArgs object
Derived:
NavigationBarContextMenuEventArgs

Constructors

NavigationPaneCancelEventArgs(NavigationPane)

Initializes a new instance of the NavigationPaneCancelEventArgs class.

public NavigationPaneCancelEventArgs(NavigationPane navigationPane)
Parameter Type Description
navigationPane NavigationPane

The NavigationPane affected by this event.

Properties

NavigationPane

Gets the NavigationPane affected by this event.

public NavigationPane NavigationPane { get; }

Property Value

NavigationPane:

The NavigationPane affected by this event.

Inherited Members