Table of Contents

Class ContentDialogClosingEventArgs

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

Constructors

ContentDialogClosingEventArgs(RoutedEvent, object)

public ContentDialogClosingEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent RoutedEvent
source object

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

Result

public required ContentDialogResult Result { get; init; }

Property Value

ContentDialogResult