'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.
Return Value
The result object that corresponds to the event arguments. null if the event arguments passed in were null.