Skip to main content

InputPaneStateEventArgs Class

Provides state change information about the input pane.

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public sealed class InputPaneStateEventArgs : EventArgs
InheritanceObjectEventArgs → InputPaneStateEventArgs

Constructors

InputPaneStateEventArgs(InputPaneState, Nullable(Rect), Rect)Initializes a new instance of the InputPaneStateEventArgs class
InputPaneStateEventArgs(InputPaneState, Nullable(Rect), Rect, TimeSpan, IEasing)Initializes a new instance of the InputPaneStateEventArgs class

Properties

AnimationDurationThe duration of the input pane's state change animation.
EasingThe easing of the input pane's state changed animation.
EndRectThe final bounds of the input pane.
NewStateThe new state of the input pane
StartRectThe initial bounds of the input pane.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Controls.Platform Namespace