Adds or removes an event handler when an error occur.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
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); } |