MsHtmlEventSink.Handlers Property
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.
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.