'Declaration
Overloads Public Operator Widening CType( _ ByVal eventType As AEEventType _ ) As AEEventTypes
'Usage
public AEEventTypes operator implicit( AEEventType eventType )
public: operator AEEventTypes ( AEEventType^ eventType )
Parameters
- eventType
- AEEventType object to be converted.
Return Value
Returns a combination of enumerated values converted from the input argument.