Occurs whenever a selection has been made to the built-in combo or TrueDBDropdown.
[Visual Basic]
Public Event ComboSelect As ColEventHandler
[C#]
public event ColEventHandler ComboSelect
[Delphi]
public property ComboSelect: ColEventHandler read remove_ComboSelect write add_ComboSelect;
Remarks
This event is useful for determining the contents of the cell before the user exits editing mode. By setting the EditActive property to False within this event procedure, the grid can be forced to exit editing mode without allowing the user a chance to edit his selection.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |