Search Results for

    Show / Hide Table of Contents

    Class VisibilityChangedEventArgs

    Contains the arguments returned by the event fired when a UI controller instance's visibility changes.

    Inheritance
    object
    EventArgs
    CancelEventArgs
    VisibilityChangedEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.IntegrationApi
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public class VisibilityChangedEventArgs : CancelEventArgs

    Constructors

    VisibilityChangedEventArgs(bool)

    Initialize the instance of the argument using the changed visibility state value

    Declaration
    public VisibilityChangedEventArgs(bool visible)
    Parameters
    Type Name Description
    bool visible

    The visibility changed state.

    Properties

    Visible

    Gets whether is visible or not.

    Declaration
    public bool Visible { get; }
    Property Value
    Type Description
    bool

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • VisibilityChangedEventArgs(bool)
    • Properties
      • Visible
    • Extension Methods
    Back to top Generated by DocFX