Table of Contents

Class ContentDialogClosedEventArgs

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

Constructors

ContentDialogClosedEventArgs(RoutedEvent, object)

public ContentDialogClosedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent RoutedEvent
source object

Properties

Result

public required ContentDialogResult Result { get; init; }

Property Value

ContentDialogResult