IEventBindingService::ShowCode Method (IComponent^, EventDescriptor^)
.NET Framework (current version)
Displays the user code for the specified event.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The component that the event is connected to.
- e
-
Type:
System.ComponentModel::EventDescriptor^
The event to display.
This method displays the code editor and positions the cursor on the line that the specified event is declared on.
.NET Framework
Available since 1.1
Available since 1.1
Show: