Skip to main content
A newer version of this page is available. .

ScrollBarBase.CustomDraw Event

Occurs before the scroll bar is shown on-screen and allows you to manually re-paint it.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Events")]
public event EventHandler<ScrollBarCustomDrawEventArgs> CustomDraw

Event Data

The CustomDraw event's data class is DevExpress.XtraEditors.ScrollBarCustomDrawEventArgs.

See Also