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



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

    System.Object
       System.EventArgs
          XtractFlow.API.Events.AfterFieldsExtractionArgs

    See Also