Class WindowTitleChangedEventArgs
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 WindowTitleChangedEventArgs : WindowChangedEventArgs
Constructors
| Improve this Doc View SourceWindowTitleChangedEventArgs(IWindow, String, String)
Declaration
public WindowTitleChangedEventArgs(IWindow source, string newTitle, string oldTitle)
Parameters
Type | Name | Description |
---|---|---|
IWindow | source | |
System.String | newTitle | |
System.String | oldTitle |
Properties
| Improve this Doc View SourceNewTitle
Declaration
public string NewTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
OldTitle
Declaration
public string OldTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |