AutoSizeEventArgs
Class
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
Constructors
Initializes a new instance of the AutoSizeEventArgs class.
C#
public AutoSizeEventArgs(bool autoSize)
true to indicate that automatic sizing is enabled; otherwise, false.