NavigationEventArgs.ExtraData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.