New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for events related to automatic sizing functionality.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class AutoSizeEventArgs : EventArgs

Inheritance: objectEventArgsAutoSizeEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the AutoSizeEventArgs class.

C#
public AutoSizeEventArgs(bool autoSize)
Parameters:autoSizebool

true to indicate that automatic sizing is enabled; otherwise, false.

Fields

Gets a value indicating whether automatic sizing is enabled.

C#
public readonly bool AutoSize
Field Value:

true if automatic sizing is enabled; otherwise, false.