RasCommonDialog.Error Event

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Occurs when the dialog 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<RasErrorEventArgs> Error
Visual Basic
Public Event Error As EventHandler(Of RasErrorEventArgs)
Visual C++
public:
 event EventHandler<RasErrorEventArgs^>^ Error {
	void add (EventHandler<RasErrorEventArgs^>^ value);
	void remove (EventHandler<RasErrorEventArgs^>^ value);
}
F#
member Error : IEvent<EventHandler<RasErrorEventArgs>,
    RasErrorEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'RasErrorEventArgs>)>)>

See Also