TrackBarControl.AutoSizeChanged Event
Fires after the value of the RepositoryItemTrackBar.AutoSize property has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DXCategory("Property Changed")]
[EditorBrowsable(EditorBrowsableState.Always)]
public event EventHandler AutoSizeChanged
Event Data
The AutoSizeChanged event's data class is EventArgs.
Remarks
The editor’s AutoSizeChanged event is equivalent to the RepositoryItemTrackBar.AutoSizeChanged event available via the TrackBarControl.Properties object, i.e. adding/removing an event handler for the current event actually affects the RepositoryItemTrackBar.AutoSizeChanged event.
See Also