Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpreadSheet.OnCommentHide Event

In This Article

Notifies that a comment container has been automatically hidden.

#Declaration

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

See Also