SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : AutoSizeChanged Event |
'Declaration
<SRCategoryAttribute("Property Changed")> <SRDescriptionAttribute("Occurs when the AutoSize property has changed.")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute()> Public Event AutoSizeChanged As System.EventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.EventHandler AddHandler instance.AutoSizeChanged, handler
[SRCategory("Property Changed")] [SRDescription("Occurs when the AutoSize property has changed.")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable()] public event System.EventHandler AutoSizeChanged
public event AutoSizeChanged: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("Property Changed")] [SRDescription("Occurs when the AutoSize property has changed.")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable()] public: __event System.EventHandler* AutoSizeChanged
[SRCategory("Property Changed")] [SRDescription("Occurs when the AutoSize property has changed.")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable()] public: event System.EventHandler^ AutoSizeChanged
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2