net9.0
namespace Microsoft.AspNetCore.Components.Web
{
public static class WebEventCallbackFactoryEventArgsExtensions
{
[Obsolete("This extension method is obsolete and will be removed in a future version. Use the generic overload instead.")]
public static EventCallback<DragEventArgs!> Create(this EventCallbackFactory! factory, object! receiver, Action<DragEventArgs!>! callback);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Components.Web , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Obsolete | This extension method is obsolete and will be removed in a future version. Use the generic overload instead. |
Platform Restrictions | This API is supported on all platforms. |