Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataChangedHandler Delegate
The list of latest tag values.


In This Topic
    DataChangedHandler Delegate
    In This Topic
    A delegate invoked for data subscriptions.
    Syntax
    Public Delegate Sub DataChangedHandler( _
       ByVal values As System.Collections.Generic.List(Of CurrentValue) _
    ) 
    public delegate void DataChangedHandler( 
       System.Collections.Generic.List<CurrentValue> values
    )
    public delegate void DataChangedHandler( 
       System.Collections.Generic.List<CurrentValue^>^ values
    )

    Parameters

    values
    The list of latest tag values.
    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also