ComponentSpace Who Is Class Library Reference

LookupCompletedEventArgs Class

Provides data for the LookupCompleted event.

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

System.Object
   System.EventArgs
      ComponentSpace.WhoIs.LookupCompletedEventArgs

[Visual Basic]
Public Class LookupCompletedEventArgs
    Inherits EventArgs
[C#]
public class LookupCompletedEventArgs : 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 LookupCompleted event is raised by the WhoIsClient. It contains all the information needed to complete the asynchronous who is operation.

Requirements

Namespace: ComponentSpace.WhoIs

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

See Also

LookupCompletedEventArgs Members | ComponentSpace.WhoIs Namespace