0
kicks
Advanced Event Handling
This sample expands on the concepts learned in the tutorial "Basic Event Handling" by creating a static event class that can be used to invoke event data that has been subscribed to an event argument. This class eliminates the need of creating separate methods to subscribe, unsubscribe, or invoke each event you may have created because it uses generics and any type of event argument will work with it.