DataSchemaErrorTask.OnNavigate Method
Called when the user navigates to the task's location.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overrides Sub OnNavigate ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnNavigate(e)
protected override void OnNavigate(
EventArgs e
)
protected:
virtual void OnNavigate(
EventArgs^ e
) override
protected override function OnNavigate(
e : EventArgs
)
abstract OnNavigate :
e:EventArgs -> unit
override OnNavigate :
e:EventArgs -> unit
Parameters
- e
Type: System.EventArgs
The 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace