Compartir a través de


MsHtmlEventSink Class

Definition

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 htmlElement for the named eventName event.

Create(IHTMLElement2, String)

Creates and attaches an event sink to the provided htmlElement for the named eventName event.

Dispose()

Detaches event sink from the event source.

Explicit Interface Implementations

IReflect.GetField(String, BindingFlags)
IReflect.GetFields(BindingFlags)
IReflect.GetMember(String, BindingFlags)
IReflect.GetMembers(BindingFlags)
IReflect.GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])
IReflect.GetMethod(String, BindingFlags)
IReflect.GetMethods(BindingFlags)
IReflect.GetProperties(BindingFlags)
IReflect.GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])
IReflect.GetProperty(String, BindingFlags)
IReflect.InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])
IReflect.UnderlyingSystemType

Applies to