TextElement.OnDisconnectVisualChildren Method

Definition

Override this method to implement how layout and logic should behave when items are removed from a class-specific content or child property.

protected:
 virtual void OnDisconnectVisualChildren() = OnDisconnectVisualChildren;
void OnDisconnectVisualChildren();
protected virtual void OnDisconnectVisualChildren();
function onDisconnectVisualChildren()
Protected Overridable Sub OnDisconnectVisualChildren ()

Remarks

TextElement does not define any of the content or children properties that OnDisconnectVisualChildren might act upon. Such properties are introduced by derived classes such as Paragraph.

Applies to