Occurs when the mouse pointer leaves 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> CellLeave |
| Visual Basic |
|---|
Public Event CellLeave As EventHandler(Of GridControlCellEventArgs) |
| Visual C++ |
|---|
public:
event EventHandler<GridControlCellEventArgs^>^ CellLeave {
void add (EventHandler<GridControlCellEventArgs^>^ value);
void remove (EventHandler<GridControlCellEventArgs^>^ value);
} |
| F# |
|---|
member CellLeave : IEvent<EventHandler<GridControlCellEventArgs>,
GridControlCellEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridControlCellEventArgs>)>)>
See Also