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.TemplateVerbHandler

Verb execution handler for opening the template frames and entering template mode.

[Visual Basic]
Public ReadOnly Property TemplateVerbHandler As EventHandler
[C#]
public EventHandler TemplateVerbHandler {get;}
[C++]
public: __property EventHandler* get_TemplateVerbHandler();
[JScript]
public function get TemplateVerbHandler() : EventHandler;

Property Value

The verb execution event handler for opening the template frames.

See Also

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