DxHtmlPainterContext.OnMouseLeave(EventArgs, Object) Method
In This Article
Transfers the MouseLeave
mouse event to the target HTML element. This allows the element to change its visual state from “hovered” to “normal”.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
e | Event |
The Event |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
interactivity |
Object | null | The ID that allows you to identify the specific instance of a custom-drawn template. |
#Remarks
See this article to learn more about transmitting mouse events from parent controls to HTML template instances: Custom Draw Templates.
See Also