'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.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
Returns an event payload containing the data from the event arguments.
This method can return null
(Nothing
in Visual Basic).