This document is archived and information here might be outdated.  Recommended version.


IEventListenerHelper.Startup Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IEventListenerHelper.Startup Method

Startup the event listener helper class passing it the interfaces it listens to.

[Visual Basic .NET]
Public Sub Startup ( _
    ByVal eventInterface As IntPtr _
)
[C#]
public void Startup (
    IntPtr eventInterface
);
[C++]
HRESULT Startup(
  System.IntPtr* eventInterface
);
[C++]
Parameters
eventInterface 

eventInterface is a parameter of type void*

Product Availability

Available with Bad Product code

See Also

IEventListenerHelper Interface