Click or drag to resize

CTInterfaceOnListViewExportRowRightClick Event

Invoked at CUSTOMTOOLS Export when user right clicks a row. Allows appending menu items which click events can be handled at OnPopupMenuChosen.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public event EventHandler<CTInterfaceRowRightClickArgs> OnListViewExportRowRightClick

Value

Type: SystemEventHandlerCTInterfaceRowRightClickArgs
Availability

CUSTOMTOOLS 2012 SP4


See Also