'Declaration
<CanBeNullAttribute()> Public Operator Widening CType( _ ByVal eventArgs As EasyAENotificationEventArgs _ ) As AENotificationPayload
'Usage
[CanBeNull()] public AENotificationPayload operator implicit( EasyAENotificationEventArgs eventArgs )
[CanBeNull()] public: operator AENotificationPayload^ ( EasyAENotificationEventArgs^ eventArgs )
Parameters
- eventArgs
- Event data.
Return Value
Returns an event payload containing the data from the event arguments.