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!

HtmlControlDesigner.GetSourceEventSink

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

[Visual Basic]
Overridable Public Function GetSourceEventSink() As Object
[C#]
public virtual object GetSourceEventSink();
[C++]
public: virtual Object* GetSourceEventSink();
[JScript]
public function GetSourceEventSink() : Object;

Return Value

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

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace | IWebFormsControlDesigner