Event Handler

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I trigger an event after the value of a cell in a datagrid has been
changed? I want to execute a query based on the value entered into the cell,
and then populate another cell. Any suggestions will be appreciated.
 
AFAIK, you can't explicitely fire an event but you can call the method that
handles the event from another method (sometimes using Nothing, Nothing as
parameters)

But you need some sort of event that will give you the hint that the user
finished edting

hth,
Samuel
 
Back
Top