Task.OnNavigate(EventArgs) Method

Definition

Raised when the user attempts to navigate to the task's location in the file, for example by double-clicking on the task.

protected:
 virtual void OnNavigate(EventArgs ^ e);
protected virtual void OnNavigate (EventArgs e);
abstract member OnNavigate : EventArgs -> unit
override this.OnNavigate : EventArgs -> unit
Protected Overridable Sub OnNavigate (e As EventArgs)

Parameters

Applies to