Class AsyncEventArgs
- Namespace
- DisCatSharp.Common.Utilities
- Assembly
- DisCatSharp.Common.dll
Contains arguments passed to an asynchronous event.
public class AsyncEventArgs : EventArgs
- Inheritance
-
AsyncEventArgs
- Derived
- Inherited Members
- Extension Methods
Properties
- Handled
Gets or sets whether this event was handled.
Setting this to true will prevent other handlers from running.