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