Adds or removes an event handler when an error occure.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
event ErrorEventHandler Error |
| Visual Basic |
|---|
Event Error As ErrorEventHandler |
| Visual C++ |
|---|
event ErrorEventHandler^ Error { void add (ErrorEventHandler^ value); void remove (ErrorEventHandler^ value); } |