A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.BackgroundImageChanged Event
Hides the BackgroundImageChanged event of the base class.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[Browsable(false)]
public event EventHandler BackgroundImageChanged
<Browsable(False)>
Public Event BackgroundImageChanged As EventHandler
Event Data
The BackgroundImageChanged event's data class is EventArgs.
Remarks
This event is hidden and is never raised, because the DocumentViewerBase.BackgroundImage property is never used in the DocumentViewer class.
See Also
Feedback