Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.