Occurs when the user is clicking on the
Cell.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public event EventHandler<GridControlCellEventArgs> CellClicking |
Visual Basic |
---|
Public Event CellClicking As EventHandler(Of GridControlCellEventArgs) |
Visual C++ |
---|
public:
event EventHandler<GridControlCellEventArgs^>^ CellClicking {
void add (EventHandler<GridControlCellEventArgs^>^ value);
void remove (EventHandler<GridControlCellEventArgs^>^ value);
} |
F# |
---|
member CellClicking : IEvent<EventHandler<GridControlCellEventArgs>,
GridControlCellEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridControlCellEventArgs>)>)>See Also