ScrollBarBase.ScrollBarAutoSizeChanged Event
In This Article
Fires after the ScrollBarBase.ScrollBarAutoSize property’s value has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Property Changed")]
public event EventHandler ScrollBarAutoSizeChanged
#Event Data
The ScrollBarAutoSizeChanged event's data class is EventArgs.
#Remarks
Handle the ScrollBarAutoSizeChanged event to perform specific actions each time the ScrollBarBase.ScrollBarAutoSize property’s value has been changed.
See Also