Occurs whenever a hierarchical row is collapsed.
[Visual Basic]
Public Event Collapse As BandEventHandler
[C#]
public event BandEventHandler Collapse
[Delphi]
public property Collapse: BandEventHandler read remove_Collapse write add_Collapse;
Remarks
Setting the BandEventArgs.Cancel property to True ignores the user action and does not collapse the row.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |