FinishedEventArgs Class

Definition

Provides data for a managed callback event.

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

Constructors

Name Description
FinishedEventArgs(IWindowInsetsAnimationController)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Controller

Gets the window insets animation controller associated with this callback.

Applies to