Back to Devexpress

DocumentViewerBase.BackgroundImageLayoutChanged Event

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-5e3f0b16.md

latest1.9 KB
Original Source

DocumentViewerBase.BackgroundImageLayoutChanged Event

Hides the BackgroundImageLayoutChanged event of the base class.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler BackgroundImageLayoutChanged
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event BackgroundImageLayoutChanged As EventHandler

Event Data

The BackgroundImageLayoutChanged event's data class is EventArgs.

Remarks

This event is hidden and is never raised, because the DocumentViewerBase.BackgroundImageLayout property is never used in the DocumentViewer class.

See Also

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace