ArcFM Desktop Developer Guide
DockWindowClosed Event


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This event allows listeners to be informed whenever a dockable window is closed.
Syntax
'Declaration
 
Public Event DockWindowClosed As EventHandler(Of DockWindowEventArgs)
'Usage
 
Dim instance As DockManager
Dim handler As EventHandler(Of DockWindowEventArgs)
 
AddHandler instance.DockWindowClosed, handler
public event EventHandler<DockWindowEventArgs> DockWindowClosed
Event Data

The event handler receives an argument of type DockWindowEventArgs containing data related to this event. The following DockWindowEventArgs properties provide information specific to this event.

PropertyDescription
ControlPaneReturns the DockControlPane associated with the event.  
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

DockManager Class
DockManager Members

 

 


Send Comment