Back to Devexpress

PdfViewer Events

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-dot-underscore-events.md

latest31.5 KB
Original Source

PdfViewer Events

Represents the PDF Viewer, which displays PDF files in WinForms applications.

NameDescription
AnnotationChangedFires after an annotation has been changed.
AnnotationChangingFires before the annotation is changed.
AnnotationCreatedOccurs after an annotation is created.
AnnotationCreatingFires before the annotation is created.
AnnotationDeletedOccurs after the annotation is deleted.
AnnotationDeletingFires before an annotation is deleted from a page.
AnnotationGotFocusOccurs when an annotation receives input focus.
AnnotationLostFocusOccurs when an annotation loses input focus.
AutoSizeChangedOccurs when the AutoSize property changes. Inherited from UserControl.
AutoValidateChangedOccurs when the AutoValidate property changes. Inherited from UserControl.
BackColorChangedOccurs when the value of the BackColor property changes. Inherited from Control.
BackgroundImageChangedOccurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. Inherited from Control.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from Control.
CausesValidationChangedOccurs when the value of the CausesValidation property changes. Inherited from Control.
ChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
ClickOccurs when the control is clicked. Inherited from Control.
ClientSizeChangedOccurs when the value of the ClientSize property changes. Inherited from Control.
ContextMenuChangedOccurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAddedOccurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemovedOccurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CurrentPageChangedOccurs after the currently displayed page has been changed.
CursorChangedOccurs when the value of the Cursor property changes. Inherited from Control.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChangedOccurs when the value of the Dock property changes. Inherited from Control.
DocumentChangedOccurs when a PdfViewer control loads or saves a PDF document.
DocumentClosingOccurs when closing a PDF document.
DoubleClickOccurs when the control is double-clicked. Inherited from Control.
DragDropOccurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnterOccurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeaveOccurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragOverOccurs when an object is dragged over the control’s bounds. Inherited from Control.
EnabledChangedOccurs when the Enabled property value has changed. Inherited from Control.
EnterOccurs when the control is entered. Inherited from Control.
FileAttachmentOpeningOccurs when an attachment is opening in the Attachments panel and allows you to manage the attachment opening behavior. For example, the attachment contents are not opened if e.Cancel is set to true. If you want to hide the Security Warning message box, set the PdfFileAttachmentOpeningEventArgs.Handled property to true.
FindDialogVisibilityChangedOccurs when the visibility state of the Find dialog window has changed.
FontChangedOccurs when the Font property value changes. Inherited from Control.
ForeColorChangedOccurs when the ForeColor property value changes. Inherited from Control.
FormFieldEditorShowingOccurs before the form field editor is activated.
FormFieldEditorShownOccurs after the form field editor is activated.
FormFieldGotFocusOccurs when a form field receives input focus.
FormFieldLostFocusOccurs when a form field loses input focus.
FormFieldValueChangedOccurs after a form field value in the PDF document has been changed.
FormFieldValueChangingOccurs before a new form field value is posted.
GiveFeedbackOccurs during a drag operation. Inherited from Control.
GotFocusOccurs when the control receives focus. Inherited from Control.
HandleCreatedOccurs when a handle is created for the control. Inherited from Control.
HandleDestroyedOccurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequestedOccurs when the user requests help for a control. Inherited from Control.
ImeModeChangedOccurs when the ImeMode property has changed. Inherited from Control.
InvalidatedOccurs when a control’s display requires redrawing. Inherited from Control.
KeyDownOccurs when a key is pressed while the control has focus. Inherited from Control.
KeyPressOccurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUpOccurs when a key is released while the control has focus. Inherited from Control.
LayoutOccurs when a control should reposition its child controls. Inherited from Control.
LeaveOccurs when the input focus leaves the control. Inherited from Control.
LoadOccurs before the control becomes visible for the first time. Inherited from UserControl.
LocationChangedOccurs when the Location property value has changed. Inherited from Control.
LostFocusOccurs when the control loses focus. Inherited from Control.
MarginChangedOccurs when the control’s margin changes. Inherited from Control.
MouseCaptureChangedOccurs when the control loses mouse capture. Inherited from Control.
MouseClickOccurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClickOccurs when the control is double clicked by the mouse. Inherited from Control.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnterOccurs when the mouse pointer enters the control. Inherited from Control.
MouseHoverOccurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeaveOccurs when the mouse pointer leaves the control. Inherited from Control.
MouseMoveOccurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheelOccurs when the mouse wheel moves while the control has focus. Inherited from Control.
MoveOccurs when the control is moved. Inherited from Control.
NavigationPaneSelectedPageChangedFires in response to changing the thumbnails, attachments, or bookmarks page on the navigation pane.
NavigationPaneVisibilityChangedOccurs after the visibility of a navigation pane has been changed.
PaddingChangedOccurs when the control’s padding changes. Inherited from Control.
PageSetupDialogShowingOccurs when displaying the Print dialog in the PDF Viewer.
PaintOccurs when the control is redrawn. Inherited from Control.
PaintExA DirectX-compatible event that replaces the standard Control.Paint event. Occurs when the control is redrawn. Inherited from XtraUserControl.
ParentChangedOccurs when the Parent property value changes. Inherited from Control.
PasswordRequestedOccurs when requesting a security password to open a protected PDF file.
PopupMenuShowingOccurs when a popup menu is about to be displayed for the PdfViewer.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
PrintPageOccurs when the document page is printed.
QueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. Inherited from Control.
QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
QueryPageSettingsOccurs before the PdfViewer.PrintPage event.
ReferencedDocumentOpeningOccurs when opening an embedded or external document by clicking its corresponding link in a PDF document.
RegionChangedOccurs when the value of the Region property changes. Inherited from Control.
ReplyChangedOccurs after the annotation reply is changed in the Comments Panel.
ReplyCreatedOccurs after the annotation reply is created in the Comments Panel.
ReplyDeletedOccurs after the annotation reply is deleted in the Comments Panel.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
ScrollOccurs when the user or code scrolls through the client area. Inherited from ScrollableControl.
ScrollPositionChangedOccurs after changing the current scroll bar position in a PdfViewer.
SelectionContinuedOccurs after the selection of the PDF content has been continued.
SelectionEndedOccurs after the selection of the PDF content has finished.
SelectionStartedOccurs after the selection of the PDF content has started.
ShellExecutingFires on launch action execution in all cases except when opening a PDF file.
SizeChangedOccurs when the Size property value changes. Inherited from Control.
StyleChangedOccurs when the control style changes. Inherited from Control.
SystemColorsChangedOccurs when the system colors change. Inherited from Control.
TabIndexChangedOccurs when the TabIndex property value changes. Inherited from Control.
TabStopChangedOccurs when the TabStop property value changes. Inherited from Control.
TextChangedRaises the TextChanged event. Inherited from UserControl.
UpdateUIRaised when changes occur which may affect the control’s UI.
UriOpeningOccurs after the hyperlink addressing an external URI (universal resource identifier) is clicked.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidatingOccurs when the control is validating. Inherited from Control.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.
ZoomChangedOccurs after the current zoom factor has been changed.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace