Class ContentDialogClosingEventArgs
public class ContentDialogClosingEventArgs : RoutedEventArgs
- Inheritance
-
ContentDialogClosingEventArgs
- Inherited Members
Constructors
ContentDialogClosingEventArgs(RoutedEvent, object)
public ContentDialogClosingEventArgs(RoutedEvent routedEvent, object source)
Parameters
routedEvent
RoutedEventsource
object
Properties
Cancel
public bool Cancel { get; set; }
Property Value
Result
public required ContentDialogResult Result { get; init; }