Tamino API for .NET

TaminoUpdatingEventHandler Delegate

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

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

Requirements

Namespace: SoftwareAG.Tamino.Api.DataAdapter Namespace

Assembly: TaminoAPI.dll

See Also

SoftwareAG.Tamino.Api.DataAdapter Namespace