Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / CellEditorManager Class / SettingControlValue Event


In This Topic
    SettingControlValue Event (CellEditorManager)
    In This Topic
    Raised when the value of a cell is about to be assigned to the control used to edit its content.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Raised when the value of a cell is about to be assigned to the control used to edit its content.")>
    <CategoryAttribute("Data")>
    Public Event SettingControlValue As CellEditorEventHandler
    'Usage
     
    Dim instance As CellEditorManager
    Dim handler As CellEditorEventHandler
     
    AddHandler instance.SettingControlValue, handler
    [Description("Raised when the value of a cell is about to be assigned to the control used to edit its content.")]
    [Category("Data")]
    public event CellEditorEventHandler SettingControlValue
    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