ArcFM Engine Developer Guide
SplitterExpanded Event


This event is fired when the user clicks the collapsible splitter to expand it.
Syntax
'Declaration
 
Public Event SplitterExpanded As CollapsibleSplitter.ExpandHandler
'Usage
 
Dim instance As CollapsibleSplitter
Dim handler As CollapsibleSplitter.ExpandHandler
 
AddHandler instance.SplitterExpanded, handler
public event CollapsibleSplitter.ExpandHandler SplitterExpanded
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

CollapsibleSplitter Class
CollapsibleSplitter Members

 

 


Send Comment