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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET