ActionEventArgs 类 (2007 system)
更新:2007 年 11 月
提供有关 Click 和 BeforeCaptionShow 事件的数据。
命名空间: Microsoft.Office.Tools.Excel
程序集: Microsoft.Office.Tools.Excel.v9.0(在 Microsoft.Office.Tools.Excel.v9.0.dll 中)
语法
声明
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ActionEventArgs _
Inherits EventArgs
用法
Dim instance As ActionEventArgs
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ActionEventArgs : EventArgs
继承层次结构
System.Object
System.EventArgs
Microsoft.Office.Tools.Excel.ActionEventArgs
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。