NavigationEventArgs.ExtraData Property

Definition

Gets an optional user-defined data object.

public:
 property System::Object ^ ExtraData { System::Object ^ get(); };
public object ExtraData { get; }
member this.ExtraData : obj
Public ReadOnly Property ExtraData As Object

Property Value

The data object.

Remarks

When you call Navigate to navigate to a new page, you have the option of passing the method a user-defined data object. That object is then assigned to this property so that you have easy access to the data when you handle the Navigate event.

Applies to