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!

ForeignKeyConstraint.AddOnPropertyChanged

Adds 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 Protected Sub AddOnPropertyChanged( _
   ByVal handler As PropertyChangedEventHandler _
)
[C#]
protected virtual void AddOnPropertyChanged(
   PropertyChangedEventHandler handler
);
[C++]
protected: virtual void AddOnPropertyChanged(
   PropertyChangedEventHandler* handler
);
[JScript]
protected function AddOnPropertyChanged(
   handler : PropertyChangedEventHandler
);

Parameters

handler
handler to add for this event

See Also

ForeignKeyConstraint Class | ForeignKeyConstraint Members | System.Data Namespace | RemoveOnPropertyChanged