Class DisplayChangedEventArgs
Inheritance
System.Object
System.EventArgs
DisplayChangedEventArgs
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 DisplayChangedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDisplayChangedEventArgs(IDisplay)
Declaration
public DisplayChangedEventArgs(IDisplay source)
Parameters
Type | Name | Description |
---|---|---|
IDisplay | source |
Properties
| Improve this Doc View SourceSource
Declaration
public IDisplay Source { get; }
Property Value
Type | Description |
---|---|
IDisplay |
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
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()