ComponentSpace Email Checker Class Library Reference

CheckCompletedEventArgs Class

Provides data for the CheckCompleted event.

For a list of all members of this type, see CheckCompletedEventArgs Members.

System.Object
   System.EventArgs
      ComponentSpace.EmailChecker.CheckCompletedEventArgs

[Visual Basic]
Public Class CheckCompletedEventArgs
    Inherits EventArgs
[C#]
public class CheckCompletedEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The CheckCompleted event is raised by the EmailAddressChecker. It contains all the information needed to complete the asynchronous check operation.

Requirements

Namespace: ComponentSpace.EmailChecker

Assembly: ComponentSpace.EmailChecker (in ComponentSpace.EmailChecker.dll)

See Also

CheckCompletedEventArgs Members | ComponentSpace.EmailChecker Namespace