PosCommon.DeviceRemovedEvent 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 DeviceRemovedEvent As EventHandler(Of DeviceChangedEventArgs)
protected event EventHandler<DeviceChangedEventArgs> DeviceRemovedEvent
protected:
event EventHandler<DeviceChangedEventArgs^>^ DeviceRemovedEvent {
    void add (EventHandler<DeviceChangedEventArgs^>^ value);
    void remove (EventHandler<DeviceChangedEventArgs^>^ value);
}
/** @event */
protected void add_DeviceRemovedEvent (EventHandler<DeviceChangedEventArgs> value)

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

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace