RowClickedEventHandler Delegate

Represents the method that will handle an event.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public delegate void RowClickedEventHandler(
	Object sender,
	RowClickedEventArgs e
)

Parameters

sender  Object
The source of the event.
e  RowClickedEventArgs
An RowClickedEventArgs that contains no event data.

See Also