IElementBehaviorSiteOM interface
Provides event services to Dynamic HTML (DHTML) behaviors.
Members
The IElementBehaviorSiteOM interface inherits from the IUnknown interface. IElementBehaviorSiteOM also has these types of members:
- Methods
Methods
The IElementBehaviorSiteOM interface has these methods.
Method | Description |
---|---|
CreateEventObject | Creates a new event object. |
FireEvent | Fires a custom event. |
GetEventCookie | Gets the value that identifies a custom event. |
RegisterEvent | Registers a custom Dynamic HTML (DHTML) behavior event. |
RegisterName | Registers a Dynamic HTML (DHTML) behavior name. |
RegisterUrn | Registers a Uniform Resource Name (URN) for a Dynamic HTML (DHTML) behavior. |
Remarks
You can obtain this interface by querying the IElementBehaviorSite interface that is passed by the IElementBehavior::Init method.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |