Task.OnNavigate(EventArgs) Method
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.
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)