'Declaration
Public Function New( _ ByVal eventType As AEEventType _ )
'Usage
Dim eventType As AEEventType Dim instance As New AEEventType(eventType)
public AEEventType( AEEventType eventType )
public: AEEventType( AEEventType^ eventType )
Parameters
- eventType
- An AEEventType object to copy from.