12 packages tagged with “eventhandler”
To alleviate dealing with boilerplate coding aspects of the framework, these helper classes do the following: Event Handling - Efficient event handlers are implemented, making the implementation of event handlers easier, safer and more performant. INotifyPropertyChanged - Observable properties are made both easier and safer to implement, with the subclassed PropertyChangedEventArgs that provide listeners with the before and after property values. IDisposable Pattern – Run-time generated code for safely disposing of objects, by looking for field references to disposable and large-array objects. These “contained” objects are disposed and the respective reference fields are nulled. See the project web site for more details.
EventHandlerDictionary
Provides an helper library to write integration tests and so test relativity applications.
package to work with event driven architecture
Faster and true thread-safe asynchronus event handlers for .NET
Simple, concise implementation of Events in .NET
A functional library for raising .NET events where a monadic structure is built around System.EventHandler<T>.
Just an evolving collection of general purpose coding productivity tools
Options extensions.
Minimalistic event alternative that supports both sync and async subscribers
A type-safe generic EventEmitter inspired by NodeJS's EventEmitter pattern