ClassAutoSizeEventArgs
Class
Provides data for events related to automatic sizing functionality.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class AutoSizeEventArgs : EventArgs
Inheritance: objectEventArgsAutoSizeEventArgs
Inherited Members
Constructors
AutoSizeEventArgs(bool)
Initializes a new instance of the AutoSizeEventArgs class.
Declaration
cs-api-definition
public AutoSizeEventArgs(bool autoSize)
Parameters
autoSize
true to indicate that automatic sizing is enabled; otherwise, false.