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
    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
    Boolean visible

    The visibility changed state.

    Properties

    Visible

    Gets whether is visible or not.

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX