This constructor is used to create a new CEvent object.

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

Syntax

C#
public CEvent(
	IiMISUser user
)
Visual Basic
Public Sub New ( _
	user As IiMISUser _
)
Visual C++
public:
CEvent(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

Exceptions

ExceptionCondition
Asi.iBO..::..NotLicensedException thrown if there is no license for events.

See Also