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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.