IArchiveEventsArchiveRowSelected Method |
method ArchiveRowSelected
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ArchiveRowSelected(
string i_ProviderName,
string i_GuiName,
string i_RowType,
string i_RowKey,
int i_CallDepth
)
Sub ArchiveRowSelected (
i_ProviderName As String,
i_GuiName As String,
i_RowType As String,
i_RowKey As String,
i_CallDepth As Integer
)
Dim instance As IArchiveEvents
Dim i_ProviderName As String
Dim i_GuiName As String
Dim i_RowType As String
Dim i_RowKey As String
Dim i_CallDepth As Integer
instance.ArchiveRowSelected(i_ProviderName,
i_GuiName, i_RowType, i_RowKey, i_CallDepth)
void ArchiveRowSelected(
[InAttribute] String^ i_ProviderName,
[InAttribute] String^ i_GuiName,
[InAttribute] String^ i_RowType,
[InAttribute] String^ i_RowKey,
[InAttribute] int i_CallDepth
)
Parameters
- i_ProviderName
- Type: SystemString
- i_GuiName
- Type: SystemString
- i_RowType
- Type: SystemString
- i_RowKey
- Type: SystemString
- i_CallDepth
- Type: SystemInt32
See Also