Requests that the source view for the file be displayed and that the cursor be placed within the block for the given event.
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;
ICodeNavigatorService Interface | ICodeNavigatorService Members | System.ComponentModel.Design Namespace