Show / Hide Table of Contents

Class UIElementExtensions

Extension methods for System.Windows.UIElement.

Inheritance
System.Object
UIElementExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Controls.Extensions
Assembly: Phoenix.Controls.dll
Syntax
public static class UIElementExtensions

Methods

View Source

OnceVisible(UIElement, Action)

Queues an action to execute once the view is visible, or immediately if the view is visible.

Declaration
public static void OnceVisible(this UIElement view, Action action)
Parameters
Type Name Description
System.Windows.UIElement view

The view being extended.

System.Action action

The action to execute.

  • View Source
In This Article
Back to top Generated by DocFX