ActionEventArgs Interface

Provides data for the Click and BeforeCaptionShow events.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
<GuidAttribute("b32c4e9e-2a96-4182-8972-e79f03b52f22")> _
Public Interface ActionEventArgs
[GuidAttribute("b32c4e9e-2a96-4182-8972-e79f03b52f22")]
public interface ActionEventArgs

The ActionEventArgs type exposes the following members.

Properties

  Name Description
Public property Properties Gets all properties that have been implemented for the smart tag.
Public property Range Gets the range containing the text that has been recognized as a smart tag.
Public property Text Gets the text that was recognized as a smart tag.

Top

See Also

Reference

Microsoft.Office.Tools.Excel Namespace