NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeNavigatorService.NavigateToEvent

Requests that the source view for the file be displayed and that the cursor be placed within the block for the given event.

Overload List

Requests that the source view for the file be displayed and that the cursor be placed within the block for the given event.

[Visual Basic] Overloads Function NavigateToEvent(IComponent, EventDescriptor, Integer, String) As String
[C#] string NavigateToEvent(IComponent, EventDescriptor, int, String);
[C++] String* NavigateToEvent(IComponent*, EventDescriptor, int, String) = 0;
[JScript] function NavigateToEvent(IComponent, EventDescriptor, int, String) : String;

Requests that the source view for the file be displayed and that the cursor be placed within the block for the given event.

[Visual Basic] Overloads Function NavigateToEvent(IComponent, EventDescriptor, Integer) As String
[C#] string NavigateToEvent(IComponent, EventDescriptor, int);
[C++] String* NavigateToEvent(IComponent*, EventDescriptor, int) = 0;
[JScript] function NavigateToEvent(IComponent, EventDescriptor, int) : String;

See Also

ICodeNavigatorService Interface | ICodeNavigatorService Members | System.ComponentModel.Design Namespace