ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.LeftColChange Event

Occurs whenever the left column changes.

[Visual Basic]

Public Event LeftColChange As SplitEventHandler

[C#]

public event SplitEventHandler LeftColChange

[Delphi]

public property LeftColChange: SplitEventHandler read remove_LeftColChange write add_LeftColChange;

Remarks

This event is triggered under several circumstances:

·      When the grid is first displayed.

·      When the user scrolls through the grid with the horizontal scroll bar or navigation keys.

·      When the LeftCol property is changed in code to a different value.

·      When the GroupRow.Visible property of the current left column is set to False.

·      When the C1DisplayColumn.Width property of the current left column is set to 0.

·      When the user resizes the current left column so that it is no longer visible.

·      When the user moves the current left column or moves another column into its place.

When multiple cell change events are sent, the order will be SplitChange, FirstRowChange, LeftColChange, and RowColChange. None of these events will be sent until any modified data has been validated with the BeforeColUpdate event.

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.