Visual Basic (Declaration) | |
---|---|
Public Event RepairError As EventHandler(Of RepairValidationErrorEventArgs) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Process Dim handler As EventHandler(Of RepairValidationErrorEventArgs) AddHandler instance.RepairError, handler |
C# | |
---|---|
public event EventHandler<RepairValidationErrorEventArgs> RepairError |
C++/CLI | |
---|---|
public: event EventHandler<RepairValidationErrorEventArgs^>^ RepairError |
The event handler receives an argument of type RepairValidationErrorEventArgs containing data related to this event. The following RepairValidationErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | |
Handled |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2