'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function ToUAAttributeDataResult( _ ByVal eventArgs As EasyUADataChangeNotificationEventArgs _ ) As UAAttributeDataResult
'Usage
Dim eventArgs As EasyUADataChangeNotificationEventArgs Dim value As UAAttributeDataResult value = EasyUADataChangeNotificationEventArgs.ToUAAttributeDataResult(eventArgs)
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public static UAAttributeDataResult ToUAAttributeDataResult( EasyUADataChangeNotificationEventArgs eventArgs )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: static UAAttributeDataResult^ ToUAAttributeDataResult( EasyUADataChangeNotificationEventArgs^ eventArgs )
Parameters
- eventArgs
- The event arguments to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if the event arguments passed in were null
.
This method can return null
(Nothing
in Visual Basic).