Skip to content

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

NameSummary
.ctorContentDialogClosingEventArgs.

Properties

NameSummary
ResultGets the result.
CancelGets or sets a value indicating whether this [ContentDialogClosingEventArgs](# is cancel.
Inherited members

See also