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!

TemplatedControlDesigner.HandleTemplateVerb

Delegate to handle template verb invocation.

[Visual Basic]
Protected Sub HandleTemplateVerb( _
   ByVal sender As Object, _
   ByVal eevent As EventArgs _
)
[C#]
protected void HandleTemplateVerb(
   object sender,
   EventArgs eevent
);
[C++]
protected: void HandleTemplateVerb(
   Object* sender,
   EventArgs* eevent
);
[JScript]
protected function HandleTemplateVerb(
   sender : Object,
   eevent : EventArgs
);

Parameters

sender
The source of the event.
eevent
The EventArgs that provides data for the event.

See Also

TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace