ArcFM Desktop Developer Guide
ContextMenuOpeningEventArgs Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The instance command affected by this event.
The key for the context menu to be shown.
Constructs an object to define the data passed to the BeforeShowInContextMenu event.
Syntax
'Declaration
 
Public Function New( _
   ByVal instanceCmd As Command, _
   ByVal contextMenuKey As String _
)
'Usage
 
Dim instanceCmd As Command
Dim contextMenuKey As String
 
Dim instance As New ContextMenuOpeningEventArgs(instanceCmd, contextMenuKey)
public ContextMenuOpeningEventArgs( 
   Command instanceCmd,
   string contextMenuKey
)

Parameters

instanceCmd
The instance command affected by this event.
contextMenuKey
The key for the context menu to be shown.
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

ContextMenuOpeningEventArgs Class
ContextMenuOpeningEventArgs Members

 

 


Send Comment