2 instantiations of FocusEventArgs
Microsoft.AspNetCore.Components.Web (1)
Microsoft.AspNetCore.Components.Web.Tests (1)
14 references to FocusEventArgs
Microsoft.AspNetCore.Components.Web (12)
Web\EventHandlers.cs (4)
11[EventHandler("onfocus", typeof(FocusEventArgs), true, true)]
12[EventHandler("onblur", typeof(FocusEventArgs), true, true)]
13[EventHandler("onfocusin", typeof(FocusEventArgs), true, true)]
14[EventHandler("onfocusout", typeof(FocusEventArgs), true, true)]
Microsoft.AspNetCore.Components.Web.Tests (2)