ComponentOne True DBGrid for WinForms
FirstRowChange Event (C1TrueDBDropdown)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBDropdown Class : FirstRowChange Event
Occurs when the first displayed row of a control or split is changed.
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