IWindowInsetsController.ControllableInsetsChangedEventArgs Class

Definition

Provides data for a managed callback event.

public class IWindowInsetsController.ControllableInsetsChangedEventArgs : EventArgs
type IWindowInsetsController.ControllableInsetsChangedEventArgs = class
    inherit EventArgs
Inheritance
IWindowInsetsController.ControllableInsetsChangedEventArgs

Constructors

Name Description
IWindowInsetsController.ControllableInsetsChangedEventArgs(IWindowInsetsController, Int32)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Controller

Gets the window insets controller associated with this callback.

TypeMask

Gets the bit mask of insets whose controllability changed.

Applies to