Navigation :
AsyncEventHandler
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public delegate AsyncEventHandler<TEventArgs> : MulticastDelegate where TEventArgs : EventArgs
Base types
MulticastDelegate
Represents the asynchronous method that will handle an event.
Type Parameters
TEventArgs
The type of the event data generated by the event.
Parameters
Name |
Description |
sender |
The source of the event. |
e |
An System.EventArgs that contains the event data. |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion