Click or drag to resize

UtilityPluginOnClick Method

返回用户文档首页
当前工具插件在菜单或工具栏中被单击时的回调函数

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public virtual void OnClick(
	Object sender,
	EventArgs e,
	Keys ctrlKeys,
	DObject paras
)

Parameters

sender  Object
 
e  EventArgs
 
ctrlKeys  Keys
 
paras  DObject
 
See Also