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
    System.Object
    VisibilityChangedEventArgs
    Namespace: Sdl.Desktop.IntegrationApi
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public class VisibilityChangedEventArgs : CancelEventArgs

    Constructors

    VisibilityChangedEventArgs(Boolean)

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

    Declaration
    public VisibilityChangedEventArgs(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible

    The visibility changed state.

    Properties

    Visible

    Gets whether is visible or not.

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • VisibilityChangedEventArgs(Boolean)
    • Properties
      • Visible
    • Extension Methods
    Back to top Generated by DocFX