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!

Control.RemoveOnPropertyChanged

Removes an event handler for the property changed event. This event occurs when any property on the control has been changed for any reason.

[Visual Basic]
Overridable Public Sub RemoveOnPropertyChanged( _
   ByVal handler As PropertyChangedEventHandler _
)
[C#]
public virtual void RemoveOnPropertyChanged(
   PropertyChangedEventHandler handler
);
[C++]
public: virtual void RemoveOnPropertyChanged(
   PropertyChangedEventHandler* handler
);
[JScript]
public function RemoveOnPropertyChanged(
   handler : PropertyChangedEventHandler
);

Parameters

handler
New handler to install for this event

See Also

Control Class | Control Members | System.WinForms Namespace | RemoveOnPropertyChanged