Click or drag to resize

IDeviceChangedEventArgs Interface

Args when used when a device changed

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.BarCodeScanners
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IDeviceChangedEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The IDeviceChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyProductId
Gets the product id
Public propertyVendorId
Gets the vendor id
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
The IDeviceChangedEventArgs type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
IDeviceChangedEventArgs instance = Utils<ExtensionType>.GetInterface<IDeviceChangedEventArgs>();
See Also