Toastie.Events (3.0.0)
Published 2025-01-03 13:20:10 +00:00 by toastie_t0ast
Installation
dotnet nuget add source --name toastie_t0ast --username your_username --password your_token
dotnet add package --source toastie_t0ast --version 3.0.0 Toastie.Events
About this package
Provides generic and async event handlers.
Toastie.Events
Defines the following types:
- EventHandler<T1, T2>
- Where T1 is the object that sends the event and T2 is the EventArgs.
- AsyncEventHandler
- Takes an
object?
type and an EventArgs.
- Takes an
- AsyncEventHandler<T1, T2>
- Where T1 is the object that sends the event and T2 is the EventArgs.
- AsyncEvent<T1, T2>
- Where T1 is the object that sends the event and T2 is the EventArgs.
- In contrast to AsyncEventHandler, AsyncEvent properly awaits for the execution of all handlers registered in it.
Details
Assets (5)
Versions (8)
View all
toastie.events.3.0.0.nupkg
299 KiB
toastie.events.nuspec
1,010 B
toastie.events.3.0.0.snupkg
16 KiB
toastie.events.pdb
12 KiB
toastie.events.pdb
12 KiB