InputPaneStateEventArgs Class
Provides state change information about the input pane.
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public sealed class InputPaneStateEventArgs : EventArgs
Public NotInheritable Class InputPaneStateEventArgs
Inherits EventArgs
[<SealedAttribute>]
type InputPaneStateEventArgs =
class
inherit EventArgs
end
Inheritance | Object → EventArgs → 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
AnimationDuration | The duration of the input pane's state change animation. |
Easing | The easing of the input pane's state changed animation. |
EndRect | The final bounds of the input pane. |
NewState | The new state of the input pane |
StartRect | The 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) |