ActionEventArgs Interface
Provides data for the Click and BeforeCaptionShow events.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
<GuidAttribute("808a425d-426b-4e27-a691-6371def23812")> _
Public Interface ActionEventArgs
[GuidAttribute("808a425d-426b-4e27-a691-6371def23812")]
public interface ActionEventArgs
The ActionEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Properties | Gets all properties that have been implemented for the smart tag. | |
Range | Gets the range containing the text that has been recognized as a smart tag.Smart tags are deprecated in Excel 2010 and Word 2010. You can still use the related APIs, but there is no smart tag functionality after Excel 2007 and Word 2007. | |
Text | Gets the text that was recognized as a smart tag.Smart tags are deprecated in Excel 2010 and Word 2010. You can still use the related APIs, but there is no smart tag functionality after Excel 2007 and Word 2007. |
Top