ActionEventArgs Class (2007 System)
Provides data for the Click and BeforeCaptionShow events.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class ActionEventArgs _
Inherits EventArgs
'Usage
Dim instance As ActionEventArgs
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ActionEventArgs : EventArgs
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class ActionEventArgs sealed : public EventArgs
public final class ActionEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Office.Tools.Word.ActionEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.