Share via


NavigationViewItemExpandingEventArgs.ExpandingItem Property

Definition

Gets the object that is expanding after the NavigationViewItem.Expanding event.

public:
 property Platform::Object ^ ExpandingItem { Platform::Object ^ get(); };
IInspectable ExpandingItem();
public object ExpandingItem { get; }
var object = navigationViewItemExpandingEventArgs.expandingItem;
Public ReadOnly Property ExpandingItem As Object

Property Value

Object

Platform::Object

IInspectable

The expanding object.

Applies to