ReadyEventArgs Class

Definition

Provides data for a managed callback event.

public class ReadyEventArgs : EventArgs
type ReadyEventArgs = class
    inherit EventArgs
Inheritance
ReadyEventArgs

Constructors

Name Description
ReadyEventArgs(IWindowInsetsAnimationController, Int32)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Controller

Gets the window insets animation controller associated with this callback.

Types

Gets the bit mask of inset types controlled by the animation.

Applies to