Class WindowFocusChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WinMan
Assembly: WinMan.dll
Syntax
public class WindowFocusChangedEventArgs : WindowChangedEventArgs
Constructors
| Improve this Doc View SourceWindowFocusChangedEventArgs(IWindow, Boolean)
Declaration
public WindowFocusChangedEventArgs(IWindow source, bool hasFocus)
Parameters
Type | Name | Description |
---|---|---|
IWindow | source | |
System.Boolean | hasFocus |
Properties
| Improve this Doc View SourceHasFocus
Declaration
public bool HasFocus { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |