VisibilityChangedEventArgs Klasse

Definition

Enthält die Argumente, die vom Ereignis zurückgegeben werden, wenn sich die Sichtbarkeit eines CoreWindow-instance ändert.

public ref class VisibilityChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class VisibilityChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class VisibilityChangedEventArgs
Public NotInheritable Class VisibilityChangedEventArgs
Vererbung
Object Platform::Object IInspectable VisibilityChangedEventArgs
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

Handled

Ruft einen Wert ab, der angibt, ob das VisibilityChanged-Ereignis behandelt wurde, oder legt den Wert fest.

Visible

Ruft ab, ob das Fenster sichtbar ist oder nicht.

Gilt für:

Weitere Informationen