DisplayInfoChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Display
Assembly: Wisej.Hybrid
Main display information event arguments.
- C#
- VB.NET
public class DisplayInfoChangedEventArgs : EventArgs
Public Class DisplayInfoChangedEventArgs
Inherits EventArgs
Constructors
DisplayInfoChangedEventArgs(displayInfo)
Initializes a new instance of the DisplayInfoChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| displayInfo | DisplayInfo | The display info associated to this event. |
Properties
DisplayInfo
DisplayInfo: Gets the current display info for the main display associated to this event.