Class FocusedControlChangedEventArgs
Information passed to the FocusedControlChanged event.
Inheritance
System.Object
    System.EventArgs
    FocusedControlChangedEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class FocusedControlChangedEventArgs : EventArgsConstructors
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 |