'Declaration
<CanBeNullAttribute()> Public Shared Function FromEasyAENotificationEventArgs( _ ByVal eventArgs As EasyAENotificationEventArgs _ ) As AENotificationPayload
'Usage
Dim eventArgs As EasyAENotificationEventArgs Dim value As AENotificationPayload value = AENotificationPayload.FromEasyAENotificationEventArgs(eventArgs)
[CanBeNull()] public static AENotificationPayload FromEasyAENotificationEventArgs( EasyAENotificationEventArgs eventArgs )
[CanBeNull()] public: static AENotificationPayload^ FromEasyAENotificationEventArgs( EasyAENotificationEventArgs^ eventArgs )
Parameters
- eventArgs
- Event data.
Return Value
Returns an event payload containing the data from the event arguments.