Tamino API for .NET

TaminoUpdatedEventHandler Delegate

Represents the method that handles the TaminoUpdated event from a TaminoDataAdapter.

[Visual Basic]
Public Delegate Sub TaminoUpdatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As TaminoUpdatedEventArgs _
)
[C#]
public delegate void TaminoUpdatedEventHandler(
   object sender,
   TaminoUpdatedEventArgs e
);

Requirements

Namespace: SoftwareAG.Tamino.Api.DataAdapter Namespace

Assembly: TaminoAPI.dll

See Also

SoftwareAG.Tamino.Api.DataAdapter Namespace