Results 1 to 2 of 2

Thread: Propertygrid - propertyvaluechanged event is not firing (resolved)

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2001
    Posts
    32

    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:
    1. Private Sub ValueChanged(ByVal s As Object, ByVal e As System.Windows.Forms.PropertyValueChangedEventArgs) _
    2.                    Handles pgGeneral.PropertyValueChanged
    3.         MsgBox("Value Changed")
    4. End Sub
    Last edited by tonyevans; Mar 3rd, 2004 at 04:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width