Event arguiments for transfer error

Namespace: EAL.Interfaces.System
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
public class TransferErrorEventArgs : EventArgs
Visual Basic
Public Class TransferErrorEventArgs
	Inherits EventArgs
Visual C++
public ref class TransferErrorEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    EAL.Interfaces.System..::..TransferErrorEventArgs

See Also