Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the delegate to handle events fired from IhtmlEvent.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As New MsHtmlEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Delegate Sub MsHtmlEventHandler ( _
e As IHTMLEventObj _
)
[CLSCompliantAttribute(false)]
public delegate void MsHtmlEventHandler (
IHTMLEventObj e
)
[CLSCompliantAttribute(false)]
public delegate void MsHtmlEventHandler (
IHTMLEventObj^ e
)
/** @delegate */
/** @attribute CLSCompliantAttribute(false) */
public delegate void MsHtmlEventHandler (
IHTMLEventObj e
)
Platforms
See Also
Reference
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.