| Name | Description |
 | AdjustPrintPage | Fired 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. |
 | AutoSizeChanged | (Inherited from System.Windows.Forms.Panel) |
 | BackColorChanged | (Inherited from System.Windows.Forms.Control) |
 | BackgroundImageChanged | (Inherited from System.Windows.Forms.Control) |
 | BackgroundImageLayoutChanged | (Inherited from System.Windows.Forms.Control) |
 | BindingContextChanged | (Inherited from System.Windows.Forms.Control) |
 | CausesValidationChanged | (Inherited from System.Windows.Forms.Control) |
 | ChangeUICues | (Inherited from System.Windows.Forms.Control) |
 | Click | (Inherited from System.Windows.Forms.Control) |
 | ClientSizeChanged | (Inherited from System.Windows.Forms.Control) |
 | ContextMenuStripChanged | (Inherited from System.Windows.Forms.Control) |
 | ControlAdded | (Inherited from System.Windows.Forms.Control) |
 | ControlRemoved | (Inherited from System.Windows.Forms.Control) |
 | CursorChanged | (Inherited from System.Windows.Forms.Control) |
 | DataContextChanged | (Inherited from System.Windows.Forms.Control) |
 | Disposed | (Inherited from System.ComponentModel.Component) |
 | DockChanged | (Inherited from System.Windows.Forms.Control) |
 | DoubleClick | (Inherited from System.Windows.Forms.Control) |
 | DpiChangedAfterParent | (Inherited from System.Windows.Forms.Control) |
 | DpiChangedBeforeParent | (Inherited from System.Windows.Forms.Control) |
 | DragDrop | (Inherited from System.Windows.Forms.Control) |
 | DragEnter | (Inherited from System.Windows.Forms.Control) |
 | DragLeave | (Inherited from System.Windows.Forms.Control) |
 | DragOver | (Inherited from System.Windows.Forms.Control) |
 | EnabledChanged | (Inherited from System.Windows.Forms.Control) |
 | Enter | (Inherited from System.Windows.Forms.Control) |
 | Error | Occurs when an external exception is thrown (e.g. while printing). |
 | FontChanged | (Inherited from System.Windows.Forms.Control) |
 | ForeColorChanged | (Inherited from System.Windows.Forms.Control) |
 | FormsUserAction | Occurs when user performs some action on RenderInputBase object within preview (Click, MouseDown etc). |
 | GiveFeedback | (Inherited from System.Windows.Forms.Control) |
 | GotFocus | (Inherited from System.Windows.Forms.Control) |
 | HandleCreated | (Inherited from System.Windows.Forms.Control) |
 | HandleDestroyed | (Inherited from System.Windows.Forms.Control) |
 | HelpRequested | (Inherited from System.Windows.Forms.Control) |
 | HistoryItemAdding | Occurs when a new ViewHistoryItem object is being added to the C1PreviewPane.ViewHistory collection. The event handler can cancel this adding. |
 | HyperlinkJump | Occurs when a hyperlink jump takes place. |
 | HyperlinkMouseDown | Occurs when the mouse pointer is over a hyperlink and a mouse button is pressed. |
 | HyperlinkMouseEnter | Occurs when the mouse pointer enters a hyperlink. |
 | HyperlinkMouseLeave | Occurs when the mouse pointer leaves a hyperlink. |
 | HyperlinkMouseMove | Occurs when the mouse pointer moves over a hyperlink. |
 | HyperlinkMouseUp | Occurs when the mouse pointer is over a hyperlink and a mouse button is released. |
 | ImeModeChanged | (Inherited from System.Windows.Forms.Control) |
 | Invalidated | (Inherited from System.Windows.Forms.Control) |
 | Layout | (Inherited from System.Windows.Forms.Control) |
 | Leave | (Inherited from System.Windows.Forms.Control) |
 | LoadVisitedDocument | Occurs if HistoryOptions.VisitedDocumentStorage on the current preview pane is set to VisitedDocumentStorageEnum.User, and a previously saved visited document should be loaded from history. |
 | LocationChanged | (Inherited from System.Windows.Forms.Control) |
 | LongOperation | Occurs periodically when a long operation is in progress. |
 | LostFocus | (Inherited from System.Windows.Forms.Control) |
 | MarginChanged | (Inherited from System.Windows.Forms.Control) |
 | MouseCaptureChanged | (Inherited from System.Windows.Forms.Control) |
 | MouseClick | (Inherited from System.Windows.Forms.Control) |
 | MouseDoubleClick | (Inherited from System.Windows.Forms.Control) |
 | MouseDown | (Inherited from System.Windows.Forms.Control) |
 | MouseEnter | (Inherited from System.Windows.Forms.Control) |
 | MouseHover | (Inherited from System.Windows.Forms.Control) |
 | MouseLeave | (Inherited from System.Windows.Forms.Control) |
 | MouseMove | (Inherited from System.Windows.Forms.Control) |
 | MouseUp | (Inherited from System.Windows.Forms.Control) |
 | MouseWheel | (Inherited from System.Windows.Forms.Control) |
 | Move | (Inherited from System.Windows.Forms.Control) |
 | PaddingChanged | (Inherited from System.Windows.Forms.Control) |
 | Paint | (Inherited from System.Windows.Forms.Control) |
 | ParentChanged | (Inherited from System.Windows.Forms.Control) |
 | PreviewAction | Occurs when the document action from preview forms should be executed. |
 | PreviewKeyDown | (Inherited from System.Windows.Forms.Control) |
 | PreviewPrint | Occurs 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. |
 | PropertyChanged | Occurs when a property of the preview pane that is not inherited from the base class changes. |
 | QueryAccessibilityHelp | (Inherited from System.Windows.Forms.Control) |
 | QueryContinueDrag | (Inherited from System.Windows.Forms.Control) |
 | QueryPageSettings | Fired 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. |
 | RegionChanged | (Inherited from System.Windows.Forms.Control) |
 | Resize | (Inherited from System.Windows.Forms.Control) |
 | RightToLeftChanged | (Inherited from System.Windows.Forms.Control) |
 | SaveVisitedDocument | Occurs 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. |
 | Scroll | (Inherited from System.Windows.Forms.ScrollableControl) |
 | SizeChanged | (Inherited from System.Windows.Forms.Control) |
 | StyleChanged | (Inherited from System.Windows.Forms.Control) |
 | SystemColorsChanged | (Inherited from System.Windows.Forms.Control) |
 | TabIndexChanged | (Inherited from System.Windows.Forms.Control) |
 | TabStopChanged | (Inherited from System.Windows.Forms.Control) |
 | UserAction | Occurs 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. |
 | UserHyperlinkJump | Occurs when a user-defined hyperlink jump takes place. |
 | Validated | (Inherited from System.Windows.Forms.Control) |
 | Validating | (Inherited from System.Windows.Forms.Control) |
 | VisibleChanged | (Inherited from System.Windows.Forms.Control) |
 | VisitedDocumentAdding | Occurs 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. |