ContentDialogButtonClickEventArgs.GetDeferral Method
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 a ContentDialogButtonClickDeferral that the app can use to respond asynchronously to a button click event.
public:
virtual ContentDialogButtonClickDeferral ^ GetDeferral() = GetDeferral;
ContentDialogButtonClickDeferral GetDeferral();
public ContentDialogButtonClickDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As ContentDialogButtonClickDeferral
Returns
A ContentDialogButtonClickDeferral that the app can use to respond asynchronously to a button click event.