Trigger.Action 属性

定义

获取触发器为 true 时要执行的操作。

public object Action { get; }
member this.Action : obj
Public ReadOnly Property Action As Object

属性值

触发器为 true 时要执行的操作。

适用于