MsHtmlEventSink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the HTML events listener.
public ref class MsHtmlEventSink : IDisposable, System::Reflection::IReflect
[System.Runtime.InteropServices.ComVisible(true)]
public class MsHtmlEventSink : IDisposable, System.Reflection.IReflect
[<System.Runtime.InteropServices.ComVisible(true)>]
type MsHtmlEventSink = class
interface IReflect
interface IDisposable
Public Class MsHtmlEventSink
Implements IDisposable, IReflect
- Inheritance
-
MsHtmlEventSink
- Attributes
- Implements
Properties
Handlers |
Gets or sets the listeners when the event this instance represents is raised. |
Methods
Create(IHTMLElement2, String, String, RaiseEventHandler) |
Creates and attaches an event sink to the provided |
Create(IHTMLElement2, String) |
Creates and attaches an event sink to the provided |
Dispose() |
Detaches event sink from the event source. |