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.OnPropertyValueChanged

[To be supplied.]

[Visual Basic]
Protected Sub OnPropertyValueChanged( _
   ByVal e As PropertyValueChangedEventArgs _
)
[C#]
protected void OnPropertyValueChanged(
   PropertyValueChangedEventArgs e
);
[C++]
protected: void OnPropertyValueChanged(
   PropertyValueChangedEventArgs* e
);
[JScript]
protected function OnPropertyValueChanged(
   e : PropertyValueChangedEventArgs
);

Parameters

e
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace