Hi All, I'm new with dataGridView control, and I would implement a form with such grid bounded to a custom collection (maybe a dictionary).
Now , I can change the data in my dictionary, and then with the datagrid refresh() method , see the updated data on the form.
Therefore i'm looking for a way to catch the event "the grid was updated"...
In the designer, there are a lot of events for the...
User Profile
Collapse
-
datagridview event collectionchanged problem
-
Thanks to all. I've solved my problem removing the line:
eventlog.Enable RaisingEvents = True;
Ciao -
eventlog object must be disposed?
hi All, I'm writing a Windows Service with a Threading Timer.
In my application, I use EventLog to track the steps in a custom log.
Sometimes, the program crashes with an unhandled error after a eventlog dispose() method.
Should the problem related to threading.timer s?
Any help will be truly appreciated!
stefano
No activity results to display
Show More
Leave a comment: