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!

SourceViewEventSink.OnPropertyChanged

Called when a property changes in HTMED source view.

[Visual Basic]
Overridable Public Sub OnPropertyChanged( _
   ByVal propName As String, _
   ByVal propValue As String _
)
[C#]
public virtual void OnPropertyChanged(
   string propName,
   string propValue
);
[C++]
public: virtual void OnPropertyChanged(
   String* propName,
   String* propValue
);
[JScript]
public function OnPropertyChanged(
   propName : String,
   propValue : String
);

Parameters

propName
The name of the property.
propValue
[To be supplied.]

See Also

SourceViewEventSink Class | SourceViewEventSink Members | System.Web.UI.Design Namespace | ISourceViewEventSink