Skip to main content

TdxLayoutSplitterItem Events

A splitter that delimits two adjacent layout items.
Name Description
OnCanResize Enables you to restrict a user’s capability to drag the splitter item to resize its associated layout element.
OnCaptionClick protected Enables you to respond to clicking the caption region of the layout element. Inherited from TdxCustomLayoutItem.
OnClosed Allows you to respond to a splitter collapse operation.
OnEndFloat protected Inherited from TdxCustomLayoutItem.
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.
OnMoved Allows you to track splitter movements.
OnOpened Allows you to respond to a layout splitter expand operation.
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.
See Also