Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Provides a menu item title and the respective functionality. More...
Public Member Functions | |
void | ProcessSelected (IReadOnlyList< ICellAccessor > affectedCells) |
All cells that were selected while picking the menu entry / all cells of the column if there was no selection. | |
Properties | |
string | Caption [get] |
Text for the menu entry in the column header menu. | |
Provides a menu item title and the respective functionality.
Implemented by the ColumnHeaderMenu property of IColumnTypeDefinition.
Definition at line 11 of file ColumnMenu.cs.
void AxelSemrau.Chronos.Plugin.Columns.IColumnMenu.ProcessSelected | ( | IReadOnlyList< ICellAccessor > | affectedCells | ) |
All cells that were selected while picking the menu entry / all cells of the column if there was no selection.
Do whatever you promised to do in the menu entry.
affectedCells |
Implemented in MockPlugin.SampleListColumns.ColumnHeaderMenu.
|
get |
Text for the menu entry in the column header menu.
Implemented in MockPlugin.SampleListColumns.ColumnHeaderMenu.
Definition at line 16 of file ColumnMenu.cs.