Class ContentDialogButtonClickEventArgs
public class ContentDialogButtonClickEventArgs : RoutedEventArgs
- Inheritance
-
ContentDialogButtonClickEventArgs
- Inherited Members
Constructors
ContentDialogButtonClickEventArgs(RoutedEvent, object)
public ContentDialogButtonClickEventArgs(RoutedEvent routedEvent, object source)
Parameters
routedEvent
RoutedEventsource
object
Properties
Button
public required ContentDialogButton Button { get; init; }