Gets the CEvent associated with this registration.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CEvent Event { get; }
Visual Basic
Public ReadOnly Property Event As CEvent
	Get
Visual C++
public:
property CEvent^ Event {
	CEvent^ get ();
}

See Also