Click or drag to resize

CTInterfacePopupMenuChosenArgs Class

Event argument class for OnPopupMenuChosen.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfacePopupMenuChosenArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class PopupMenuChosenArgs : EventArgs

The CTInterfacePopupMenuChosenArgs type exposes the following members.

Properties
 NameDescription
Public propertyconfigurationName Name of the configuration.
Public propertyID ID of the chosen item defined at MenuItemsStr.
Public propertyRow Index of the row in Export ListView at which the right-click event and menu popup occured.
Top
Revision History
DateVersionDescription
-2012 SP4First Release
-2019 SP1 Extended with configurationName
See Also