点击或拖拽改变大小

CommandsAdd 方法 (String, String, FuncUIElement, UIElement, Object)

添加处理命令,初始化的时候查找相对元素并绑定

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Add(
	string eventName,
	string methodName,
	Func<UIElement, UIElement> find,
	params Object[] ps
)

参数

eventName
类型:SystemString

[缺少 "M:CPF.Commands.Add(System.String,System.String,System.Func{CPF.UIElement,CPF.UIElement},System.Object[])" 的 <param name="eventName"/> 文档]

methodName
类型:SystemString

[缺少 "M:CPF.Commands.Add(System.String,System.String,System.Func{CPF.UIElement,CPF.UIElement},System.Object[])" 的 <param name="methodName"/> 文档]

find
类型:SystemFuncUIElement, UIElement

[缺少 "M:CPF.Commands.Add(System.String,System.String,System.Func{CPF.UIElement,CPF.UIElement},System.Object[])" 的 <param name="find"/> 文档]

ps
类型:SystemObject

[缺少 "M:CPF.Commands.Add(System.String,System.String,System.Func{CPF.UIElement,CPF.UIElement},System.Object[])" 的 <param name="ps"/> 文档]

参见