Show / Hide Table of Contents

Class UIElementExtensions

A class that implements UI Element Extension methods.

Inheritance
object
UIElementExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class UIElementExtensions

Methods

View Source

OnceVisible(UIElement, Action)

Queue an action to execute once the view is visible.

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

The view being extended.

Action action

The action to execute.

  • View Source
In this article
Back to top Generated by DocFX