ArcFM Engine Developer Guide
OnDropDownClosed Method (PopupCommandBase)


Provides a method to override that will be called after the dropdown list is closed and raises the DropDownClosed event.
Syntax
'Declaration
 
Public Overridable Sub OnDropDownClosed( _
   ByVal args As CommandEventArgs _
) 
'Usage
 
Dim instance As PopupCommandBase
Dim args As CommandEventArgs
 
instance.OnDropDownClosed(args)
public virtual void OnDropDownClosed( 
   CommandEventArgs args
)

Parameters

args
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

PopupCommandBase Class
PopupCommandBase Members

 

 


Send Comment