MsHtmlEventSink.Handlers Property

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

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim instance As MsHtmlEventSink
Dim value As MsHtmlEventHandler

value = instance.Handlers

instance.Handlers = value

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property Handlers As MsHtmlEventHandler
[CLSCompliantAttribute(false)] 
public MsHtmlEventHandler Handlers { get; set; }
[CLSCompliantAttribute(false)] 
public:
property MsHtmlEventHandler^ Handlers {
    MsHtmlEventHandler^ get ();
    void set (MsHtmlEventHandler^ value);
}
/** @property */
public MsHtmlEventHandler get_Handlers ()

/** @property */
public void set_Handlers (MsHtmlEventHandler value)
public function get Handlers () : MsHtmlEventHandler

public function set Handlers (value : MsHtmlEventHandler)

Property Value

Type: MsHtmlEventHandler.

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

MsHtmlEventSink Class
MsHtmlEventSink Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.