ActionEventArgs Constructor
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Sub New ( _
text As String, _
properties As ISmartTagProperties, _
range As Range _
)
'Usage
Dim text As String
Dim properties As ISmartTagProperties
Dim range As Range
Dim instance As New ActionEventArgs(text, properties, _
range)
public ActionEventArgs(
string text,
ISmartTagProperties properties,
Range range
)
Parameters
- text
Type: System.String
- properties
Type: Microsoft.Office.Interop.SmartTag.ISmartTagProperties
- range
Type: Microsoft.Office.Interop.Excel.Range
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.