EventListener Constructor

Definition

Creates a new instance of the EventListener class.

protected:
 EventListener();
public:
 EventListener();
protected EventListener ();
public EventListener ();
Protected Sub New ()
Public Sub New ()

Remarks

All events are disabled when a new instance is created. Use the EnableEvents methods to enable events.

Applies to