'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.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).