如何在一个控件上设置多个 csla:InvokeMethods?
例如一个用于单击事件的 csla:InvokeMethod.TriggerEvent 和一个用于按钮的 MouseEnter 事件?
这显然行不通
csla:InvokeMethod.TriggerEvent="点击"
csla:InvokeMethod.MethodName = "OnClickHandler"
csla:invokeMethod.TriggerEvent="MouseEnter"
csla:InvokeMethod.MethodName = "OnMouseEnterHandler"/>