ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / HotRowChanged Event

In This Topic
    HotRowChanged Event (C1List)
    In This Topic
    Occurs when hot row is changed.
    Syntax
    'Declaration
     
    
    Public Event HotRowChanged As EventHandler(Of C1List.RowChangedEventArgs)
    public event EventHandler<C1List.RowChangedEventArgs> HotRowChanged
    Event Data

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

    PropertyDescription
    Old row.  
    New row.  
    Remarks
    The HotTracking property should be True.
    See Also