'Declaration
Public Shared Function ToAEEventTypes( _ ByVal eventType As AEEventType _ ) As AEEventTypes
'Usage
Dim eventType As AEEventType Dim value As AEEventTypes value = AEEventType.ToAEEventTypes(eventType)
public static AEEventTypes ToAEEventTypes( AEEventType eventType )
public: static AEEventTypes ToAEEventTypes( AEEventType^ eventType )
Parameters
- eventType
- AEEventType object to be converted.
Return Value
Returns a combination of enumerated values converted from the input argument.