ContentDialogClosingEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ContentDialogResult of the closing event.
public:
property ContentDialogResult Result { ContentDialogResult get(); };
ContentDialogResult Result();
public ContentDialogResult Result { get; }
var contentDialogResult = contentDialogClosingEventArgs.result;
Public ReadOnly Property Result As ContentDialogResult
Property Value
The ContentDialogResult of the closing event.