PivotItemEventArgs.Item Property

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Item As PivotItem
public PivotItem Item { get; private set; }
public:
property PivotItem^ Item {
    PivotItem^ get ();
    private: void set (PivotItem^ value);
}
member Item : PivotItem with get, private set

Property Value

Type: Microsoft.Phone.Controls.PivotItem

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PivotItemEventArgs Class

Microsoft.Phone.Controls Namespace