InputPaneStateEventArgs(InputPaneState, NullableRect, Rect, TimeSpan, IEasing) Constructor

Initializes a new instance of the InputPaneStateEventArgs class

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public InputPaneStateEventArgs(
	InputPaneState newState,
	Rect? startRect,
	Rect endRect,
	TimeSpan animationDuration,
	IEasing? easing
)

Parameters

newState  InputPaneState
 
startRect  NullableRect
 
endRect  Rect
 
animationDuration  TimeSpan
 
easing  IEasing
 

See Also