AppWindowChangedEventArgs Class
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.
Provides data for the AppWindow.Changed
event.
public ref class AppWindowChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowChangedEventArgs
Public NotInheritable Class AppWindowChangedEventArgs
- Inheritance
- Attributes
Properties
DidPositionChange |
Gets a value that indicates whether the |
DidPresenterChange |
Gets a value that indicates whether the |
DidSizeChange |
Gets a value that indicates whether the |
DidVisibilityChange |
Gets a value that indicates whether the |
DidZOrderChange |
Gets a value that indicates whether the window's position in the Z-order changed. |
IsZOrderAtBottom |
Gets a value that indicates whether the window is now at the bottom of the Z-order. |
IsZOrderAtTop |
Gets a value that indicates whether the window is now at the top of the Z-order. |
ZOrderBelowWindowId |
Gets the ID of the window directly above this window in Z-order, if Z-order changed and this window is not the top window. |