'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal numericalValue As Long _ ) As AEEventType
'Usage
[NotNull()] public AEEventType operator implicit( long numericalValue )
[NotNull()] public: operator AEEventType^ ( int64 numericalValue )
Parameters
- numericalValue
- Numerical value to be converted.
Return Value
Returns an AEEventType object converted from the input argument.