C1.Win.List Namespace / C1List Class / TopIndexChange Event

TopIndexChange Event (C1List)
Fires when the first displayed row of a control or split is changed.
Syntax
'Declaration
 
Public Event TopIndexChange As SplitEventHandler
 
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