NewWebUIViewCreatedEventArgs.GetDeferral Method

Definition

Requests a delay before the new view is created.

public:
 virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral

Returns

A deferral that delays the creation of the new view.

Applies to