QuickOPC User's Guide and Reference
Explicit Type Conversion Operator (EasyDAItemChangedEventArgs)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > EasyDAItemChangedEventArgs Class : Explicit Type Conversion Operator
The event arguments to be converted.
Converts event arguments to a corresponding result object, DAVtqResult.
Syntax
'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.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

EasyDAItemChangedEventArgs Class
EasyDAItemChangedEventArgs Members