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

Persists event 'bindings' as attributes on the HTMLElement.

[Visual Basic]
Public Sub PersistEventAttributes( _
   ByVal eps As IEventPropertyService _
)
[C#]
public void PersistEventAttributes(
   IEventPropertyService eps
);
[C++]
public: void PersistEventAttributes(
   IEventPropertyService* eps
);
[JScript]
public function PersistEventAttributes(
   eps : IEventPropertyService
);

Parameters

eps
The service that maintains the design-time mapping of the properties.

See Also

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