APNSoft.WebControls Namespace (APNSoft DataGrid)

DataGridEventHandler Delegate

Represents the method that will handle command events of a DataGrid.

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

Parameters

sender
The source of the event.
e
A DataGridEventArgs than contains the event data.

Requirements

Namespace: APNSoft.WebControls

Assembly: APNSoftDataGrid (in APNSoftDataGrid.dll)

See Also

APNSoft.WebControls Namespace