NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.AddOnPropertyValueChanged

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
);

Parameters

handler
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace