Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CustomDataTypeChangedHandler Delegate
The type of set change.
The list of impacted enumerated sets.


In This Topic
    CustomDataTypeChangedHandler Delegate
    In This Topic
    A delegate invoked for custom data type subscriptions.
    Syntax
    Public Delegate Sub CustomDataTypeChangedHandler( _
       ByVal changetype As ChangeType, _
       ByVal customDataTypes As System.Collections.Generic.List(Of UserDefinedType) _
    ) 
    public delegate void CustomDataTypeChangedHandler( 
       ChangeType changetype,
       System.Collections.Generic.List<UserDefinedType> customDataTypes
    )
    public delegate void CustomDataTypeChangedHandler( 
       ChangeType changetype,
       System.Collections.Generic.List<UserDefinedType^>^ customDataTypes
    )

    Parameters

    changetype
    The type of set change.
    customDataTypes
    The list of impacted enumerated sets.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also