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

Raises the property changed event. This creates the needed event data and then calls OnPropertyChanged.

[Visual Basic]
Protected Sub RaisePropertyChangedEvent( _
   ByVal changed As String _
)
[C#]
protected void RaisePropertyChangedEvent(
   string changed
);
[C++]
protected: void RaisePropertyChangedEvent(
   String* changed
);
[JScript]
protected function RaisePropertyChangedEvent(
   changed : String
);

Parameters

changed
PropertyDescriptor for the changed property.

See Also

Control Class | Control Members | System.WinForms Namespace