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

In This Topic
    FirstRowChange Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever the first row changes.
    Syntax
    'Declaration
     
    Public Event FirstRowChange As SplitEventHandler
    public event SplitEventHandler FirstRowChange
    Event Data

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

    PropertyDescription
    Indicates the position of the Split in the Splits collection.  
    See Also