Input for WinForms | ComponentOne
C1.Win.Input Namespace / PostValidationEventArgs Class
Members

In This Topic
    PostValidationEventArgs Class
    In This Topic
    Provides data for PostValidating or PostValidated events.
    Syntax
    'Declaration
     
    
    Public Class PostValidationEventArgs 
       Inherits System.EventArgs
    public class PostValidationEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.Input.PostValidationEventArgs

    See Also