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

Called when a property on an Ole32 Object changes. See IPropertyNotifySink::OnChanged

[Visual Basic]
Overridable Public Sub OnChanged( _
   ByVal dispID As Integer _
)
[C#]
public virtual void OnChanged(
   int dispID
);
[C++]
public: virtual void OnChanged(
   int dispID
);
[JScript]
public function OnChanged(
   dispID : int
);

Parameters

dispID
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace