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!

ISourceViewEventSink.OnPropertyChanged

Obtains the object that will be notified of changes in HTMED source view.

[Visual Basic]
Sub OnPropertyChanged( _
   ByVal propName As String, _
   ByVal propValue As String _
)
[C#]
void OnPropertyChanged(
   in string propName,
   in string propValue
);
[C++]
void OnPropertyChanged(
   __in String* propName,
   __in String* propValue
) = 0;
[JScript]
function OnPropertyChanged(
   in propName : String,
   in propValue : String
);

Parameters

propName
[To be supplied.]
propValue
[To be supplied.]

See Also

ISourceViewEventSink Interface | ISourceViewEventSink Members | System.Web.UI.Design Namespace