|
-
Mar 3rd, 2004, 12:23 PM
#1
Thread Starter
Member
Propertygrid - propertyvaluechanged event is not firing (resolved)
Below is the code I use to catch the event for a propertygrid named, "pgGeneral". When a value is changed in the grid I would like to be notified when a change has occured. I'm pretty sure that I am using the correct event, but it still does not fire when I change a value on the grid. Any help or suggestions?
Thanks.
VB Code:
Private Sub ValueChanged(ByVal s As Object, ByVal e As System.Windows.Forms.PropertyValueChangedEventArgs) _
Handles pgGeneral.PropertyValueChanged
MsgBox("Value Changed")
End Sub
Last edited by tonyevans; Mar 3rd, 2004 at 04:01 PM.
-
Mar 3rd, 2004, 04:04 PM
#2
Thread Starter
Member
I had some other errors that, when I would run the program, I would just hit continue when it came up with build errors. So, i just got rid of those errors and the event started working. It's just wierd because the errors were in a completely different module. But hey, it works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|