DeferredEventArgs.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.
Returns an EventDeferral which can be completed when deferred event is ready to continue.
public Microsoft.Toolkit.Deferred.EventDeferral GetDeferral ();
member this.GetDeferral : unit -> Microsoft.Toolkit.Deferred.EventDeferral
Public Function GetDeferral () As EventDeferral
Returns
EventDeferral instance.