Table of Contents

Class NavigatingCancelEventArgs

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll
public class NavigatingCancelEventArgs : RoutedEventArgs
Inheritance
NavigatingCancelEventArgs
Inherited Members

Constructors

NavigatingCancelEventArgs(RoutedEvent, object)

public NavigatingCancelEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent RoutedEvent
source object

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

Page

public required object Page { get; init; }

Property Value

object