TdxCustomSpreadSheet.OnCommentHide Event
Notifies that a comment container has been automatically hidden.
Declaration
property OnCommentHide: TdxSpreadSheetCellCommentHideEvent read; write;
Remarks
This event occurs every time a comment becomes invisible when the mouse pointer leaves a commented cell’s boundaries. You can handle the event to perform a set of actions once a specific comment container disappears.
Refer to the TdxSpreadSheetCellCommentHideEvent procedural type description for detailed information on parameters accessible within an OnCommentHide event handler.
Note
The OnCommentHide event occurs only when a comment displayed as a cell’s hint becomes invisible. This event does not occur if:
The ShowHideComments end-user command hides a visible comment container;
A user clicks the “Hide Comment” item in a cell context menu;
A comment container’s Visible property value changes from True to False.