PivotItemEventArgs PivotItemEventArgs PivotItemEventArgs PivotItemEventArgs Class

Definition

Event arguments for dynamically interacting with the PivotItem before use, allowing for delay load scenarios.

public : sealed class PivotItemEventArgs : IPivotItemEventArgspublic sealed class PivotItemEventArgs : IPivotItemEventArgsPublic NotInheritable Class PivotItemEventArgs Implements IPivotItemEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

PivotItemEventArgs() PivotItemEventArgs() PivotItemEventArgs() PivotItemEventArgs()

Initializes a new instance of the PivotItemEventArgs type

public : PivotItemEventArgs()public PivotItemEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

Item Item Item Item

Gets the pivot item instance.

public : PivotItem Item { get; set; }public PivotItem Item { get; set; }Public ReadWrite Property Item As PivotItem// This API is not available in Javascript.