'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Public Operator Widening CType( _ ByVal eventArgs As EasyUADataChangeNotificationEventArgs(Of TValue) _ ) As UADataChangeNotificationPayload(Of TValue)
'Usage
[JetBrains.Annotations.CanBeNull()] public UADataChangeNotificationPayload<TValue> operator implicit( EasyUADataChangeNotificationEventArgs<TValue> eventArgs )
[JetBrains.Annotations.CanBeNull()] public: operator UADataChangeNotificationPayload<TValue^>^ ( EasyUADataChangeNotificationEventArgs<TValue^>^ eventArgs )
Parameters
- eventArgs
- Event data.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).