Adds or removes an event handler when an error occure.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 3.2.4497.34829

Syntax

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

See Also