Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Task.OnNavigate(EventArgs).
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides Sub OnNavigate ( _
e As EventArgs _
)
protected override void OnNavigate(
EventArgs e
)
protected:
virtual void OnNavigate(
EventArgs^ e
) override
abstract OnNavigate :
e:EventArgs -> unit
override OnNavigate :
e:EventArgs -> unit
protected override function OnNavigate(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.