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



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

    System.Object
       System.EventArgs
          XtractFlow.API.Events.BeforeClassificationArgs

    See Also