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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.