for GdPicture.NET
XtractFlow.API.Events Namespace / AfterFieldsValidationArgs Class
Members



In This Topic
    AfterFieldsValidationArgs Class
    In This Topic
    Provides data for the AfterFieldsValidation event.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class AfterFieldsValidationArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As AfterFieldsValidationArgs
    public sealed class AfterFieldsValidationArgs : System.EventArgs 
    public ref class AfterFieldsValidationArgs sealed : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          XtractFlow.API.Events.AfterFieldsValidationArgs

    See Also