WindowTabTearOutRequestedEventArgs.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 deferral object that delays the completion of the event until a new window is created for the tab.
public:
virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral
Returns
A deferral object that you can use to identify when a new window is created for the tab.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.