for GdPicture.NET
XtractFlow.API.Events Namespace / BeforeClassificationArgs Class / Cancel Property



In This Topic

    Cancel Property (BeforeClassificationArgs)

    In This Topic
    Specifies if the classification must be cancelled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As BeforeClassificationArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    public:
    property bool Cancel {
       bool get();
       void set (    bool value);
    }

    Property Value

    Default value is false.
    See Also