ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintCancelException Class
Members

In This Topic
    PrintCancelException Class
    In This Topic
    Represents exception that is thrown if printing or exporting a C1List is cancelled by the user.
    Object Model
    PrintCancelException Class
    Syntax
    'Declaration
     
    
    Public Class PrintCancelException 
       Inherits System.Exception
    public class PrintCancelException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          C1.Win.C1List.PrintCancelException

    See Also