InputPaneStateEventArgs(InputPaneState, NullableRect, Rect) 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
)

Parameters

newState  InputPaneState
 
startRect  NullableRect
 
endRect  Rect
 

See Also