ValueChangedBaseArgs Constructor
Initializes a new instance of the RawValueChangedArgs class.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
protected ValueChangedBaseArgs(
ISymbol symbol,
DateTime rtUtcTimeStamp,
DateTime localUtcTimeStamp
)
VB
Protected Sub New (
symbol As ISymbol,
rtUtcTimeStamp As DateTime,
localUtcTimeStamp As DateTime
)
Parameters
symbol |
Type: TwinCAT.TypeSystem.ISymbol |
rtUtcTimeStamp |
Type: System.DateTime |
localUtcTimeStamp |
Type: System.DateTime |