Occurs every time the control encounters a problem

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public event DXVUMeterNETGDI..::..ErrorEventHandler Error
Visual Basic
Public Event Error As DXVUMeterNETGDI..::..ErrorEventHandler
Visual C++
public:
 event DXVUMeterNETGDI..::..ErrorEventHandler^ Error {
	void add (DXVUMeterNETGDI..::..ErrorEventHandler^ value);
	void remove (DXVUMeterNETGDI..::..ErrorEventHandler^ value);
}

See Also