ContentDialogClosedEventArgs
ContentDialogClosedEventArgs
ContentDialogClosedEventArgs
ContentDialogClosedEventArgs
Class
Definition
public : sealed class ContentDialogClosedEventArgs : IContentDialogClosedEventArgspublic sealed class ContentDialogClosedEventArgs : IContentDialogClosedEventArgsPublic NotInheritable Class ContentDialogClosedEventArgs Implements IContentDialogClosedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Result Result Result Result
Gets the ContentDialogResult of the button click event.
public : ContentDialogResult Result { get; }public ContentDialogResult Result { get; }Public ReadOnly Property Result As ContentDialogResult// This API is not available in Javascript.
The result of the button click event.