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!

IWebFormsControlDesigner.GetSourceEventSink

Gets the object that will be notified of changes made in source view editing mode.

[Visual Basic]
Function GetSourceEventSink() As Object
[C#]
object GetSourceEventSink();
[C++]
Object* GetSourceEventSink() = 0;
[JScript]
function GetSourceEventSink() : Object;

Return Value

The sink object that catches source view events.

See Also

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