Search Results for

    Show / Hide Table of Contents

    Class FocusedControlChangedEventArgs

    Information passed to the FocusedControlChanged event.

    Inheritance
    object
    EventArgs
    FocusedControlChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public class FocusedControlChangedEventArgs : EventArgs

    Constructors

    FocusedControlChangedEventArgs()

    Declaration
    public FocusedControlChangedEventArgs()

    Properties

    ChangeType

    Indicates if the event is due to a lost or received focus.

    Declaration
    public FocusedControlChangedEventArgs.FocusChangeType ChangeType { get; set; }
    Property Value
    Type Description
    FocusedControlChangedEventArgs.FocusChangeType

    Control

    The control the event concerns.

    Declaration
    public IFrameworkEditControl Control { get; set; }
    Property Value
    Type Description
    IFrameworkEditControl

    Extension Methods

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