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