Changed EventHandlerEx<T> (Theraot) to EventHandle<T>.

pull/83/head
David Hall 2019-10-03 12:55:32 -06:00
parent 830177d435
commit 1f725bbefc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Vanara.PInvoke
public MessageLoop() => curThreadId = GetCurrentThreadId();
/// <summary>Occurs when a new message is available.</summary>
public event EventHandlerEx<MessageEventArgs> ProcessMessage;
public event EventHandler<MessageEventArgs> ProcessMessage;
/// <summary>Gets a value indicating whether this <see cref="MessageLoop"/> is running.</summary>
/// <value><see langword="true"/> if running; otherwise, <see langword="false"/>.</value>