ContentDialogClosingEventArgs class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.ContentDialogClosingEventArgs
Modifiers: public
Summary¶
ContentDialogClosingEventArgs.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ContentDialogClosingEventArgs
class RoutedEventArgs
RoutedEventArgs <|-- ContentDialogClosingEventArgs
Inherits from: RoutedEventArgs
Constructors¶
| Name | Summary |
|---|---|
| .ctor | ContentDialogClosingEventArgs. |
Properties¶
| Name | Summary |
|---|---|
| Result | Gets the result. |
| Cancel | Gets or sets a value indicating whether this [ContentDialogClosingEventArgs](# is cancel. |