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 On
The Show
Hide end-user command hides a visible comment container;Comments A user clicks the “Hide Comment” item in a cell context menu;
A comment container’s Visible property value changes from True to False.