Chronos Plugins  5.1.6
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.Columns.IColumnMenu Interface Reference

Provides a menu item title and the respective functionality. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.Columns.IColumnMenu:

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. More...
 

Properties

string Caption [get]
 Text for the menu entry in the column header menu. More...
 

Detailed Description

Provides a menu item title and the respective functionality.

Definition at line 8 of file ColumnMenu.cs.

Member Function Documentation

◆ ProcessSelected()

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.

Parameters
affectedCells

Implemented in MockPlugin.SampleListColumns.ColumnHeaderMenu.

Property Documentation

◆ Caption

string AxelSemrau.Chronos.Plugin.Columns.IColumnMenu.Caption
get

Text for the menu entry in the column header menu.

Definition at line 13 of file ColumnMenu.cs.

13 { get; }

The documentation for this interface was generated from the following file: