Status/Error info events. The user can install event handler that handles error and info events.
The control status bar may set unvisible in such a case.
Syntax
Event Data
The event handler receives an argument of type StatusInfoEventArgs containing data related to this event. The following StatusInfoEventArgs properties provide information specific to this event.
Property | Description |
---|
AlarmText |
Info/error message text.
|
HResult |
HRESULT error code.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also