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!

DHTMLBehavior Constructor

Instantiates a new instance of the DHTMLBehavior class.

[Visual Basic]
Public Sub New( _
   ByVal wfServices As IWebFormServices _
)
[C#]
public DHTMLBehavior(
   IWebFormServices wfServices
);
[C++]
public: DHTMLBehavior(
   IWebFormServices* wfServices
);
[JScript]
public function DHTMLBehavior(
   wfServices : IWebFormServices
);

Parameters

wfServices
The Web Forms service provider to use.

See Also

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