APNSoft Controls [4.5.2.20] - API Reference
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 _
)
Parameters
- sender
- The source of the event.
- e
- A DataGridEventArgs than contains the event data.
Requirements
Namespace: APNSoft.WebControls
Assembly: APNSoftControls (in APNSoftControls.dll)
See Also
APNSoft.WebControls Namespace