 | 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
Syntaxpublic interface IDeviceChangedEventArgs : IEventArgs,
IDisposable, IEquatable<IProxy>
Public Interface IDeviceChangedEventArgs
Inherits IEventArgs, IDisposable, IEquatable(Of IProxy)
The IDeviceChangedEventArgs type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
RemarksThe IDeviceChangedEventArgs type can be instantiated with
EBP.Api.Utils<TExtension>.GetInterface<T>IDeviceChangedEventArgs instance = Utils<ExtensionType>.GetInterface<IDeviceChangedEventArgs>();
See Also