Gets the CEvent associated with this registration.

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

Syntax

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

See Also