Input for WinForms | ComponentOne
C1.Win.Input Namespace / PreValidationEventArgs Class
Properties


In This Topic
    PreValidationEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PreValidationEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PreValidationEventArgs class for the specified control.  
    Top
    Public Properties
     NameDescription
    Public PropertyError information in case of validation failure. Can be set in event code in PreValidating.  
    Public PropertyPreValidation object that fired the event.  
    Public PropertyValidation result (assigned in the event code in PreValidating). Default: True.  
    Public PropertyThe text to validate.  
    Top
    See Also