1 instantiation of EventCallbackFactory
Microsoft.AspNetCore.Components (1)
EventCallback.cs (1)
16public static readonly EventCallbackFactory Factory = new EventCallbackFactory();
122 references to EventCallbackFactory
Microsoft.AspNetCore.Components (81)
EventCallback.cs (2)
14/// Gets a reference to the <see cref="EventCallbackFactory"/>. 16public static readonly EventCallbackFactory Factory = new EventCallbackFactory();
EventCallbackFactoryBinderExtensions.cs (68)
36this EventCallbackFactory factory, 56this EventCallbackFactory factory, 76this EventCallbackFactory factory, 96this EventCallbackFactory factory, 116this EventCallbackFactory factory, 136this EventCallbackFactory factory, 156this EventCallbackFactory factory, 176this EventCallbackFactory factory, 196this EventCallbackFactory factory, 216this EventCallbackFactory factory, 236this EventCallbackFactory factory, 256this EventCallbackFactory factory, 276this EventCallbackFactory factory, 296this EventCallbackFactory factory, 316this EventCallbackFactory factory, 336this EventCallbackFactory factory, 356this EventCallbackFactory factory, 376this EventCallbackFactory factory, 396this EventCallbackFactory factory, 416this EventCallbackFactory factory, 436this EventCallbackFactory factory, 456this EventCallbackFactory factory, 476this EventCallbackFactory factory, 496this EventCallbackFactory factory, 516this EventCallbackFactory factory, 536this EventCallbackFactory factory, 556this EventCallbackFactory factory, 576this EventCallbackFactory factory, 596this EventCallbackFactory factory, 616this EventCallbackFactory factory, 636this EventCallbackFactory factory, 656this EventCallbackFactory factory, 677this EventCallbackFactory factory, 699this EventCallbackFactory factory, 720this EventCallbackFactory factory, 740this EventCallbackFactory factory, 761this EventCallbackFactory factory, 783this EventCallbackFactory factory, 804this EventCallbackFactory factory, 824this EventCallbackFactory factory, 845this EventCallbackFactory factory, 867this EventCallbackFactory factory, 888this EventCallbackFactory factory, 908this EventCallbackFactory factory, 929this EventCallbackFactory factory, 951this EventCallbackFactory factory, 972this EventCallbackFactory factory, 992this EventCallbackFactory factory, 1013this EventCallbackFactory factory, 1035this EventCallbackFactory factory, 1056this EventCallbackFactory factory, 1076this EventCallbackFactory factory, 1097this EventCallbackFactory factory, 1119this EventCallbackFactory factory, 1140this EventCallbackFactory factory, 1160this EventCallbackFactory factory, 1181this EventCallbackFactory factory, 1203this EventCallbackFactory factory, 1224this EventCallbackFactory factory, 1244this EventCallbackFactory factory, 1265this EventCallbackFactory factory, 1287this EventCallbackFactory factory, 1309this EventCallbackFactory factory, 1330this EventCallbackFactory factory, 1340this EventCallbackFactory factory, 1383this EventCallbackFactory factory, 1426this EventCallbackFactory factory, 1470this EventCallbackFactory factory,
EventCallbackFactoryEventArgsExtensions.cs (9)
7/// Provides extension methods for <see cref="EventCallbackFactory"/> and <see cref="EventArgs"/> types. 15/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 19public static EventCallback<EventArgs> Create(this EventCallbackFactory factory, object receiver, Action<EventArgs> callback) 30/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 34public static EventCallback<EventArgs> Create(this EventCallbackFactory factory, object receiver, Func<EventArgs, Task> callback) 45/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 49public static EventCallback<ChangeEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<ChangeEventArgs> callback) 60/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 64public static EventCallback<ChangeEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<ChangeEventArgs, Task> callback)
Rendering\RenderTreeBuilder.cs (2)
271/// that uses <see cref="EventCallbackFactory"/>. 315/// that uses <see cref="EventCallbackFactory"/>.
Microsoft.AspNetCore.Components.Web (41)
Web\WebEventCallbackFactoryEventArgsExtensions.cs (41)
7/// Provides extension methods for <see cref="EventCallbackFactory"/> and <see cref="EventArgs"/> types. 15/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 20public static EventCallback<ClipboardEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<ClipboardEventArgs> callback) 31/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 36public static EventCallback<ClipboardEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<ClipboardEventArgs, Task> callback) 47/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 52public static EventCallback<DragEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<DragEventArgs> callback) 63/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 68public static EventCallback<DragEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<DragEventArgs, Task> callback) 79/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 84public static EventCallback<ErrorEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<ErrorEventArgs> callback) 95/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 100public static EventCallback<ErrorEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<ErrorEventArgs, Task> callback) 111/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 116public static EventCallback<FocusEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<FocusEventArgs> callback) 127/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 132public static EventCallback<FocusEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<FocusEventArgs, Task> callback) 143/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 148public static EventCallback<KeyboardEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<KeyboardEventArgs> callback) 159/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 164public static EventCallback<KeyboardEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<KeyboardEventArgs, Task> callback) 175/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 180public static EventCallback<MouseEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<MouseEventArgs> callback) 191/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 196public static EventCallback<MouseEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<MouseEventArgs, Task> callback) 206/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 211public static EventCallback<PointerEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<PointerEventArgs> callback) 222/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 227public static EventCallback<PointerEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<PointerEventArgs, Task> callback) 238/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 243public static EventCallback<ProgressEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<ProgressEventArgs> callback) 254/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 259public static EventCallback<ProgressEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<ProgressEventArgs, Task> callback) 270/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 275public static EventCallback<TouchEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<TouchEventArgs> callback) 286/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 291public static EventCallback<TouchEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<TouchEventArgs, Task> callback) 302/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 307public static EventCallback<WheelEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<WheelEventArgs> callback) 318/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 323public static EventCallback<WheelEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<WheelEventArgs, Task> callback)