Adds a handler to be fired when the user changes a value in the property browser
[Visual Basic] Public Sub AddOnPropertyValueChanged( _ ByVal handler As PropertyValueChangedEventHandler _ ) [C#] public void AddOnPropertyValueChanged( PropertyValueChangedEventHandler handler ); [C++] public: void AddOnPropertyValueChanged( PropertyValueChangedEventHandler* handler ); [JScript] public function AddOnPropertyValueChanged( handler : PropertyValueChangedEventHandler );
PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace