'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal eventArgs As EasyUADataChangeNotificationEventArgs _ ) As UAAttributeDataResult
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAAttributeDataResult operator explicit( EasyUADataChangeNotificationEventArgs eventArgs )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: UAAttributeDataResult^ operator explicit( 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).