ViewTreeObserver.WindowVisibilityChangeEventArgs Class

Definition

Provides data for a managed callback event.

public class ViewTreeObserver.WindowVisibilityChangeEventArgs : EventArgs
type ViewTreeObserver.WindowVisibilityChangeEventArgs = class
    inherit EventArgs
Inheritance
ViewTreeObserver.WindowVisibilityChangeEventArgs

Constructors

Name Description
ViewTreeObserver.WindowVisibilityChangeEventArgs(ViewStates)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Visibility

Gets the visibility state supplied to this callback.

Applies to