Event Handler

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.
 
S

Samuel Shulman

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top