Occurs when the component has encountered an error.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public event EventHandler<ErrorEventArgs> Error |
Visual Basic |
---|
Public Event Error As EventHandler(Of ErrorEventArgs) |
Visual C++ |
---|
public:
event EventHandler<ErrorEventArgs^>^ Error {
void add (EventHandler<ErrorEventArgs^>^ value);
void remove (EventHandler<ErrorEventArgs^>^ value);
} |
F# |
---|
member Error : IEvent<EventHandler<ErrorEventArgs>,
ErrorEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'ErrorEventArgs>)>)>
See Also