Xceed Grid for WinForms v4.3 Documentation
DeactivatingControl Event


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > CellEditorManager Class : DeactivatingControl Event
Raised to deactivate the control that was used to edit the content of its corresponding cell.
Syntax
'Declaration
 
<DescriptionAttribute("Raised to deactivate the control that was used to edit the content of its corresponding cell.")>
<CategoryAttribute("Behavior")>
Public Event DeactivatingControl As CellEditorEventHandler
'Usage
 
Dim instance As CellEditorManager
Dim handler As CellEditorEventHandler
 
AddHandler instance.DeactivatingControl, handler
[Description("Raised to deactivate the control that was used to edit the content of its corresponding cell.")]
[Category("Behavior")]
public event CellEditorEventHandler DeactivatingControl
Event Data

The event handler receives an argument of type CellEditorEventArgs containing data related to this event. The following CellEditorEventArgs properties provide information specific to this event.

PropertyDescription
Gets the Xceed.Grid.Cell being edited.  
Gets the Control used to edit the cell's content.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also