[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.ErrorEventArgs

ErrorEventArgs Class

Represents the event data for an Error event.

Inheritance
ErrorEventArgs
Namespace: FarPoint.Win.SuperEdit
Assembly: FarPoint.Win.dll
Syntax
public class ErrorEventArgs : EventArgs
Public Class ErrorEventArgs
    Inherits EventArgs

Constructors

Name Description
ErrorEventArgs(int)

Occurs when an error state is created by the control.

ErrorEventArgs(int, string)

Occurs when an error state is created by the control

Properties

Name Description
ErrorCode

Gets the error code associated with an error event.

ErrorCodePriv

Internal use only. Gets or sets the error code.

ErrorInfo

Gets the additional error information associated with an error event.

ErrorInfoPriv

Internal use only. Gets or sets the error information.