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!

DataGridColumn.RaisePropertyChanged

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

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

Parameters

name
The name of the changed property.

See Also

DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace