DisplayInfoChangedEventArgs(DisplayInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DisplayInfoChangedEventArgs class.
public:
DisplayInfoChangedEventArgs(Microsoft::Maui::Devices::DisplayInfo displayInfo);
public DisplayInfoChangedEventArgs (Microsoft.Maui.Devices.DisplayInfo displayInfo);
new Microsoft.Maui.Devices.DisplayInfoChangedEventArgs : Microsoft.Maui.Devices.DisplayInfo -> Microsoft.Maui.Devices.DisplayInfoChangedEventArgs
Public Sub New (displayInfo As DisplayInfo)
Parameters
- displayInfo
- DisplayInfo
The display info associated to this event.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.