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

In This Topic
    BeforeColEdit Event (C1TrueDBGrid)
    In This Topic
    Occurs before a cell enters edit mode.
    Syntax
    'Declaration
     
    Public Event BeforeColEdit As BeforeColEditEventHandler
    public event BeforeColEditEventHandler BeforeColEdit
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating that editing should be disallowed.  
    Indicates the position in the DisplayColumns collection.  
    Gets the C1DisplayColumn for the column being edited.  
    Indicates the character that initiated the editing operation.  
    See Also