Table of Contents

Class EventHandlers

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Enables "onmouseenter" and "onmouseleave" event support in Blazor. Not for public use.

[EventHandler("onmouseenter", typeof(EventArgs), true, true)]
[EventHandler("onmouseleave", typeof(EventArgs), true, true)]
public static class EventHandlers
Inheritance
EventHandlers
Inherited Members