C1.Win.C1List Namespace / C1Combo Class / LeftColChange Event

LeftColChange Event (C1Combo)
Fires when the first visible column of a list or split is changed.
Syntax
'Declaration
 
Public Event LeftColChange 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