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