PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class


In This Topic
    C1PreviewPane Class Events
    In This Topic

    For a list of all members of this type, see C1PreviewPane members.

    Public Events
     NameDescription
    Public EventFired from within the System.Drawing.Printing.PrintDocument.PrintPage event handler of the C1.C1Preview.C1PrintManager used to print the document. See C1.C1Preview.C1PrintManager.AdjustPrintPage for details.  
    Public Event (Inherited from System.Windows.Forms.Panel)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs when an external exception is thrown (e.g. while printing).  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs when user performs some action on RenderInputBase object within preview (Click, MouseDown etc).  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs when a new ViewHistoryItem object is being added to the C1PreviewPane.ViewHistory collection. The event handler can cancel this adding.  
    Public EventOccurs when a hyperlink jump takes place.  
    Public EventOccurs when the mouse pointer is over a hyperlink and a mouse button is pressed.  
    Public EventOccurs when the mouse pointer enters a hyperlink.  
    Public EventOccurs when the mouse pointer leaves a hyperlink.  
    Public EventOccurs when the mouse pointer moves over a hyperlink.  
    Public EventOccurs when the mouse pointer is over a hyperlink and a mouse button is released.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs if HistoryOptions.VisitedDocumentStorage on the current preview pane is set to VisitedDocumentStorageEnum.User, and a previously saved visited document should be loaded from history.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs periodically when a long operation is in progress.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs when the document action from preview forms should be executed.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs immediately before a print dialog is shown by the preview in response to user action. Allows to adjust the properties of the print dialog, or cancel it without showing.  
    Public EventOccurs when a property of the preview pane that is not inherited from the base class changes.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventFired from within the System.Drawing.Printing.PrintDocument.QueryPageSettings event handler of the C1.C1Preview.C1PrintManager used to change page settings. See C1.C1Preview.C1PrintManager.QueryPageSettings for details.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs if HistoryOptions.VisitedDocumentStorage on the current preview pane is set to VisitedDocumentStorageEnum.User, and a visited document should be added to history. The event handler must save the document.  
    Public Event (Inherited from System.Windows.Forms.ScrollableControl)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs whenever the user clicks one of the predefined preview toolbar buttons such as print or file open. Allows to provide non-standard toolbar button handling, or cancel the action.  
    Public EventOccurs when a user-defined hyperlink jump takes place.  
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public Event (Inherited from System.Windows.Forms.Control)
    Public EventOccurs when a new VisitedDocument object is being added to the C1PreviewPane.VisitedDocuments collection of the current preview pane. Adding can be cancelled in the event handler.  
    Top
    See Also