|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Event HandlerHow 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. -- Tony 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 Show quoteHide quote "Tony A." <To***@discussions.microsoft.com> wrote in message news:6B322C71-91CA-4FB5-A5B6-7D1AA92799CF@microsoft.com... > 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. > -- > Tony Tony,
Maybe can this one helps you, with an other textbox event of course http://www.vb-tips.com/dbpages.aspx?ID=bece831d-6742-4364-bd0d-203ca99d2825 Cor Show quoteHide quote "Tony A." <To***@discussions.microsoft.com> schreef in bericht news:6B322C71-91CA-4FB5-A5B6-7D1AA92799CF@microsoft.com... > 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. > -- > Tony |
|||||||||||||||||||||||