for GdPicture.NET
XTractFlow.API Namespace / DocumentProcessor Class / AfterClassification Event



In This Topic

    AfterClassification Event

    In This Topic
    Occurs subsequent to the classification stage.
    Syntax
    'Declaration
     
    
    Public Event AfterClassification As EventHandler(Of AfterClassificationArgs)
    'Usage
     
    
    Dim instance As DocumentProcessor
    Dim handler As EventHandler(Of AfterClassificationArgs)
     
    AddHandler instance.AfterClassification, handler
    public event EventHandler<AfterClassificationArgs> AfterClassification
    public:
    event EventHandler<AfterClassificationArgs^>^ AfterClassification
    Event Data

    The event handler receives an argument of type AfterClassificationArgs containing data related to this event. The following AfterClassificationArgs properties provide information specific to this event.

    PropertyDescription
    Specifies the template associated to the classified document.  
    See Also