ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / PostValidationEventArgs Class
Properties


In This Topic
    PostValidationEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PostValidationEventArgs.

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