AzureMapsControl.Components icon indicating copy to clipboard operation
AzureMapsControl.Components copied to clipboard

Convert DispatchEvent() calls to EventCallback

Open DavidThielen opened this issue 1 year ago • 0 comments

At present the DispatchEvent() calls return a void. It would be better for them to return a ValueTask as the methods they call are generally synchronous, but in some cases async.

I'll take a stab at doing this if @arnaudleclerc or one of the other core contributors both says it's a good idea and will review my changes. From @rbrundritt comment, I think this should work fine.

DavidThielen avatar Mar 04 '24 03:03 DavidThielen