SpreadsheetGear 2012
ResizeEnd Event (ChartExplorer)






Syntax
'Declaration
 
<SRDescriptionAttribute("Occurs when the form exits the sizing modal loop.")>
<SRCategoryAttribute("Action")>
Public Event ResizeEnd As System.EventHandler
'Usage
 
Dim instance As ChartExplorer
Dim handler As System.EventHandler
 
AddHandler instance.ResizeEnd, handler
[SRDescription("Occurs when the form exits the sizing modal loop.")]
[SRCategory("Action")]
public event System.EventHandler ResizeEnd
public event ResizeEnd: System.EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRDescription("Occurs when the form exits the sizing modal loop.")]
[SRCategory("Action")]
public: __event System.EventHandler* ResizeEnd
[SRDescription("Occurs when the form exits the sizing modal loop.")]
[SRCategory("Action")]
public:
event System.EventHandler^ ResizeEnd
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

ChartExplorer Class
ChartExplorer Members

Send Feedback