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