Skip to main content

TdxCustomLayoutGroup Events

The base class for layout groups.
Name Description
OnCaptionClick Enables you to respond to clicking the caption region of the layout element. Inherited from TdxCustomLayoutItem.
OnCheckBoxStateChanged Allows you to respond to a state change of the layout group’s check box.
OnCollapsed Enables you to perform specific actions after a group has been collapsed.
OnCollapsing Enables you to prevent a group from being collapsed.
OnEndFloat protected Inherited from TdxCustomLayoutItem.
OnExpanded Enables you to perform specific actions after a group has been expanded.
OnExpanding Enables you to prevent a group from being expanded.
OnHyperlinkClick protected

Deprecated. This event exists for backward compatibility only.

Tip

Handle the CaptionOptions.FormattedText.OnHyperlinkClick event instead of OnHyperlinkClick.

Inherited from TdxCustomLayoutItem.
OnHyperlinkMouseEnter protected

Deprecated. This event exists for backward compatibility only.

Tip

Handle the CaptionOptions.FormattedText.OnHyperlinkMouseEnter event instead of OnHyperlinkMouseEnter.

Inherited from TdxCustomLayoutItem.
OnHyperlinkMouseLeave protected

Deprecated. This event exists for backward compatibility only.

Tip

Handle the CaptionOptions.FormattedText.OnHyperlinkMouseLeave event instead of OnHyperlinkMouseLeave.

Inherited from TdxCustomLayoutItem.
OnShowHyperlinkHint protected

Deprecated. This event exists for backward compatibility only.

Tip

Handle the CaptionOptions.FormattedText.OnShowHyperlinkHint event instead of OnShowHyperlinkHint.

Inherited from TdxCustomLayoutItem.
OnStartFloat protected Inherited from TdxCustomLayoutItem.
OnTabChanged Enables you to respond to tab switching.
OnTabChanging Enables you to prevent tab switching.
See Also