ArcFM Desktop Developer Guide
OnDropDownOpening Method (PopupCommandBase)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Provides a method to override that will be called before the dropdown list is shown and raises the BeforeDropDown event.
Syntax
'Declaration
 
Public Overridable Sub OnDropDownOpening( _
   ByVal args As CancelableCommandEventArgs _
) 
'Usage
 
Dim instance As PopupCommandBase
Dim args As CancelableCommandEventArgs
 
instance.OnDropDownOpening(args)
public virtual void OnDropDownOpening( 
   CancelableCommandEventArgs 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