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!

DataRelation.RaisePropertyChanged

Raises the OnPropertyChanged event.

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

Remarks

This creates the needed event data and then calls OnPropertyChanged.

See Also

DataRelation Class | DataRelation Members | System.Data Namespace