Xceed Grid for WinForms v4.3 Documentation
SettingControlValue Event (CellViewerManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : SettingControlValue Event
Raised when the value of a cell is being assigned to the underlining Control.
Syntax
'Declaration
 
<DescriptionAttribute("Raised when the value of a cell is being assigned to the underlining Control.")>
<CategoryAttribute("Data")>
Public Event SettingControlValue As CellViewerEventHandler
'Usage
 
Dim instance As CellViewerManager
Dim handler As CellViewerEventHandler
 
AddHandler instance.SettingControlValue, handler
[Description("Raised when the value of a cell is being assigned to the underlining Control.")]
[Category("Data")]
public event CellViewerEventHandler SettingControlValue
Event Data

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

PropertyDescription
Gets the Xceed.Grid.Cell whose content is being displayed.  
Gets the System.Windows.Forms.Control used to view the content of the Cell.  
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