点击或拖拽改变大小

TextInputEventArgs 构造函数

初始化 TextInputEventArgs 类的一个新实例

命名空间:  CPF.Input
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public TextInputEventArgs(
	UIElement source,
	InputDevice input,
	string text
)

参数

source
类型:CPFUIElement

[缺少 "M:CPF.Input.TextInputEventArgs.#ctor(CPF.UIElement,CPF.Input.InputDevice,System.String)" 的 <param name="source"/> 文档]

input
类型:CPF.InputInputDevice

[缺少 "M:CPF.Input.TextInputEventArgs.#ctor(CPF.UIElement,CPF.Input.InputDevice,System.String)" 的 <param name="input"/> 文档]

text
类型:SystemString

[缺少 "M:CPF.Input.TextInputEventArgs.#ctor(CPF.UIElement,CPF.Input.InputDevice,System.String)" 的 <param name="text"/> 文档]

参见