True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / OnColEdit Method

In This Topic
    OnColEdit Method (C1TrueDBGrid)
    In This Topic
    Raises the ColEdit event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnColEdit( _
       ByVal e As ColEventArgs _
    ) 
    protected override void OnColEdit( 
       ColEventArgs e
    )

    Parameters

    e
    See Also