DataTypeEventArgs Constructor
Initializes a new instance of the DataTypeEventArgs class.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public DataTypeEventArgs(
IEnumerable<IDataType> types
)
VB
Public Sub New (
types As IEnumerable(Of IDataType)
)