True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / BeforeColUpdate Event

In This Topic
    BeforeColUpdate Event (C1TrueDBGrid)
    In This Topic
    Occurs before a cell is updated to the datasource.
    Syntax
    'Declaration
     
    Public Event BeforeColUpdate As BeforeColUpdateEventHandler
    public event BeforeColUpdateEventHandler BeforeColUpdate
    Event Data

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

    PropertyDescription
    Gets or sets a value that prevents the user from moving focus to another cell.  
    Indicates the position in the DisplayColumns collection.  
    Gets the C1DisplayColumn for the column being edited.  
    Gets or sets the value of the original cell data.  
    See Also