Link to home
Start Free TrialLog in
Avatar of Bruce
BruceFlag for United States of America

asked on

How do I add an OnChange event handler to a DevExpress XtraGrid GridControl?

I am new to WinForms development.  I am a new coder on a large project.  

I need to add a message for certain condtions on the "OnChange" event.  (Sorry I speak ASP.NET mostly)

How do I attach a Method to the OnChange event or a Row or Cell of a DevExpress.XtraGrid.GridControl?

Thanks!!
ASKER CERTIFIED SOLUTION
Avatar of p_davis
p_davis

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bruce

ASKER

Thanks!

After a little more digging and found an event that I can attach a method to, ValidatingEditor.