Skip to main content

TdxCustomLayoutItem Events

The base class for layout elements within the ExpressLayout Control.
Name Description
OnCaptionClick protected Enables you to respond to clicking the caption region of the layout element.
OnEndFloat protected
OnHyperlinkClick protected

Deprecated. This event exists for backward compatibility only.

Tip

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

OnHyperlinkMouseEnter protected

Deprecated. This event exists for backward compatibility only.

Tip

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

OnHyperlinkMouseLeave protected

Deprecated. This event exists for backward compatibility only.

Tip

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

OnShowHyperlinkHint protected

Deprecated. This event exists for backward compatibility only.

Tip

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

OnStartFloat protected
See Also