Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / UserErrorEventArgs Class / UserErrorCode Property


In This Topic
    UserErrorCode Property
    In This Topic
    Gets the error code associated with a user error event.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property UserErrorCode As UserErrorCode
    'Usage
     
    
    Dim instance As UserErrorEventArgs
    Dim value As UserErrorCode
     
    value = instance.UserErrorCode
    public virtual UserErrorCode UserErrorCode {get;}
    See Also