SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Resize Event |
'Declaration
<SRCategoryAttribute("Layout")> <SRDescriptionAttribute("Occurs when a control is resized.")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Event Resize As System.EventHandler
'Usage
Dim instance As FormulaBar Dim handler As System.EventHandler AddHandler instance.Resize, handler
[SRCategory("Layout")] [SRDescription("Occurs when a control is resized.")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public event System.EventHandler Resize
public event Resize: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("Layout")] [SRDescription("Occurs when a control is resized.")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: __event System.EventHandler* Resize
[SRCategory("Layout")] [SRDescription("Occurs when a control is resized.")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: event System.EventHandler^ Resize
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