ArcFM Engine Developer Guide
OnDropDownClosed Method (ComboBoxCommand)


The arguments for a command event.
Provides a method to override that will be called after the dropdown list is closed and raises the DropDownClosed event.
Syntax
'Declaration
 
Protected Overridable Sub OnDropDownClosed( _
   ByVal args As CommandEventArgs _
) 
'Usage
 
Dim instance As ComboBoxCommand
Dim args As CommandEventArgs
 
instance.OnDropDownClosed(args)
protected virtual void OnDropDownClosed( 
   CommandEventArgs args
)

Parameters

args
The arguments for a command 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

ComboBoxCommand Class
ComboBoxCommand Members

 

 


Send Comment