ContactPanelClosingEventArgs ContactPanelClosingEventArgs ContactPanelClosingEventArgs ContactPanelClosingEventArgs Class

Definition

Provides event information for the Closing event.

public : sealed class ContactPanelClosingEventArgs : IContactPanelClosingEventArgspublic sealed class ContactPanelClosingEventArgs : IContactPanelClosingEventArgsPublic NotInheritable Class ContactPanelClosingEventArgs Implements IContactPanelClosingEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets the deferral object for the Closing event.

public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns

The deferral object for the Closing event.