Occurs whenever the user changes the value of a cell.
[Visual Basic]
Public Event Change As EventHandler
[C#]
public event EventHandler Change
[Delphi]
public property Change: EventHandler read remove_Change write add_Change;
Remarks
This event is only raised when the current cell is being edited and the user enters or deletes a character, pastes text from the clipboard, or cuts text to the clipboard. It does not apply to database changes.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |