Back to Devexpress

PdfViewer.NavigationPaneVisibilityChanged Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-1b9f068d.md

latest2.0 KB
Original Source

PdfViewer.NavigationPaneVisibilityChanged Event

Occurs after the visibility of a navigation pane has been changed.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfNavigationPaneVisibilityChangedEventHandler NavigationPaneVisibilityChanged
vb
Public Event NavigationPaneVisibilityChanged As PdfNavigationPaneVisibilityChangedEventHandler

Event Data

The NavigationPaneVisibilityChanged event's data class is PdfNavigationPaneVisibilityChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NavigationPaneVisibilityGets the visible state of a navigation pane.
PreviousNavigationPaneVisibilityGets the previous value of the PdfViewer.NavigationPaneVisibility property.

Remarks

Use a NavigationPaneVisibilityChanged event handler to perform any actions each time the end-user changes the current visible state of the navigation pane.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace