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!

DataGridTable.AddOnPropertyChanged

Adds an event handler for the System.WinForms.DataGridTable.PropertyChanged event.

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

Parameters

handler
A PropertyChangedEventHandler that contains the event data.

See Also

DataGridTable Class | DataGridTable Members | System.WinForms Namespace