Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 631 Bytes

refreshrequestedeventargs_getdeferral_254836512.md

File metadata and controls

32 lines (16 loc) · 631 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RefreshRequestedEventArgs.GetDeferral
winrt method

Microsoft.UI.Xaml.Controls.RefreshRequestedEventArgs.GetDeferral

-description

Gets a deferral object for managing the work done in the RefreshRequested event handler.

-returns

A deferral object.

-remarks

A deferral should be used if any asynchronous work is being done in the RefreshRequested event handler, so that the next event in the sequence isn't raised until this work is completed.

-see-also

-examples