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 SourceOnceVisible(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. |