ArcFM Engine Developer Guide
MainWindowResized Event


The event that is raised to allow listeners to perform whatever operations they desire after the main window is resized.
Syntax
'Declaration
 
Public Event MainWindowResized As EventHandler
'Usage
 
Dim instance As MainWindow
Dim handler As EventHandler
 
AddHandler instance.MainWindowResized, handler
public event EventHandler MainWindowResized
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainWindow Class
MainWindow Members

 

 


Send Comment