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

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace