PosCommon.DeviceAddedEvent Event (POS for .NET v1.12 SDK Documentation)

2/27/2008

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Protected Event DeviceAddedEvent As EventHandler(Of DeviceChangedEventArgs)
protected event EventHandler<DeviceChangedEventArgs> DeviceAddedEvent
protected:
event EventHandler<DeviceChangedEventArgs^>^ DeviceAddedEvent {
    void add (EventHandler<DeviceChangedEventArgs^>^ value);
    void remove (EventHandler<DeviceChangedEventArgs^>^ value);
}
/** @event */
protected void add_DeviceAddedEvent (EventHandler<DeviceChangedEventArgs> value)

/** @event */
protected void remove_DeviceAddedEvent (EventHandler<DeviceChangedEventArgs> value)

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace