AxpDataGrid

AxpDataGrid.AfterInsertRecordEventHandler Delegate

[Visual Basic]
Public Delegate Sub AxpDataGrid.AfterInsertRecordEventHandler( _
   ByVal sender As Object, _
   ByVal e As UpdateRecordEventArgs _
)
[C#]
public delegate void AxpDataGrid.AfterInsertRecordEventHandler(
   object sender,
   UpdateRecordEventArgs e
);

Requirements

Namespace: Axezz.WebControls

Assembly: AxpDBNet (in AxpDBNet.dll)

See Also

Axezz.WebControls Namespace