SpreadsheetGear 2017
Leave Event (FormulaBar)






SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Leave Event
Syntax
'Declaration
 
<SRCategoryAttribute("CatFocus")>
<SRDescriptionAttribute("ControlOnLeaveDescr")>
Public Event Leave As System.EventHandler
'Usage
 
Dim instance As FormulaBar
Dim handler As System.EventHandler
 
AddHandler instance.Leave, handler
[SRCategory("CatFocus")]
[SRDescription("ControlOnLeaveDescr")]
public event System.EventHandler Leave
public event Leave: System.EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("CatFocus")]
[SRDescription("ControlOnLeaveDescr")]
public: __event System.EventHandler* Leave
[SRCategory("CatFocus")]
[SRDescription("ControlOnLeaveDescr")]
public:
event System.EventHandler^ Leave
Requirements

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

See Also

Reference

FormulaBar Class
FormulaBar Members