Share via


WSDiscoveryEventArgs Class

The class represents arguments for the event handlers for the events raised by the discovery library, such as OnDeviceAdded and OnDeviceRemoved.

Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)

Syntax

'Declaration

<DataContractAttribute> _
Public Class WSDiscoveryEventArgs
    Inherits EventArgs
[DataContractAttribute] 
public class WSDiscoveryEventArgs : EventArgs
[DataContractAttribute] 
public ref class WSDiscoveryEventArgs : public EventArgs
/** @attribute DataContractAttribute() */ 
public class WSDiscoveryEventArgs extends EventArgs
DataContractAttribute 
public class WSDiscoveryEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Rfid.WSDiscovery.WSDiscoveryEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

WSDiscoveryEventArgs Members
Microsoft.Rfid.WSDiscovery Namespace