Occurs when the user has clicked on the Cell.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public event EventHandler<GridControlCellEventArgs> CellClicked
Visual Basic
Public Event CellClicked As EventHandler(Of GridControlCellEventArgs)
Visual C++
public:
 event EventHandler<GridControlCellEventArgs^>^ CellClicked {
	void add (EventHandler<GridControlCellEventArgs^>^ value);
	void remove (EventHandler<GridControlCellEventArgs^>^ value);
}
F#
member CellClicked : IEvent<EventHandler<GridControlCellEventArgs>,
    GridControlCellEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'GridControlCellEventArgs>)>)>

See Also