Spread WinForms 15
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
See Also