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

In This Topic
    AfterUpdate Event (C1TrueDBGrid)
    In This Topic
    Occurs after a row has been updated.
    Syntax
    'Declaration
     
    Public Event AfterUpdate As System.EventHandler
    public event System.EventHandler AfterUpdate
    See Also