Partager via


MsHtmlEventSink.Handlers Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the listeners when the event this instance represents is raised.

public:
 property Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::MsHtmlEventHandler ^ Handlers { Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::MsHtmlEventHandler ^ get(); void set(Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::MsHtmlEventHandler ^ value); };
[System.CLSCompliant(false)]
public Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.MsHtmlEventHandler Handlers { get; set; }
[<System.CLSCompliant(false)>]
member this.Handlers : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.MsHtmlEventHandler with get, set
Public Property Handlers As MsHtmlEventHandler

Property Value

Attributes

Remarks

This listener type has access to the IHTMLEventObj, for fined grained mshtml event handling.

Applies to