Click or drag to resize

WorksheetController Events

The WorksheetController type exposes the following members.

Events
 NameDescription
Public eventDataCellRightClicked Occurs when a data cell is clicked with the right mouse button.
Public eventDataColumnHeaderRightClicked Occurs when a data-column header is clicked with the right mouse button.
Public eventDataRowHeaderRightClicked Occurs when a data-row header is clicked with the right mouse button.
Public eventDisposed Occurs when the view content has been disposed.
(Inherited from AbstractViewContent)
Public eventIsDirtyChanged Occurs when the dirty state changes.
(Inherited from AbstractViewContent)
Public eventOutsideAllLeftClicked Occurs when the user left-clicks outside any worksheet area.
Public eventOutsideAllRightClicked Occurs when the user right-clicks outside any worksheet area.
Public eventPropertyCellRightClicked Occurs when a property cell is clicked with the right mouse button.
Public eventPropertyChangedOccurs when a property value changes.
(Inherited from AbstractViewContent)
Public eventPropertyColumnHeaderRightClicked Occurs when a property-column header is clicked with the right mouse button.
Public eventTableHeaderLeftClicked Occurs when the table header is clicked with the left mouse button.
Public eventTableHeaderRightClicked Occurs when the table header is clicked with the right mouse button.
Top
See Also