IApplicationEventsExecuteUserProceduresFor Method |
method ExecuteUserProceduresFor
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ExecuteUserProceduresFor(
string procedureName,
string params,
int callDepth
)
Sub ExecuteUserProceduresFor (
procedureName As String,
params As String,
callDepth As Integer
)
Dim instance As IApplicationEvents
Dim procedureName As String
Dim params As String
Dim callDepth As Integer
instance.ExecuteUserProceduresFor(procedureName,
params, callDepth)
void ExecuteUserProceduresFor(
[InAttribute] String^ procedureName,
[InAttribute] String^ params,
[InAttribute] int callDepth
)
Parameters
- procedureName
- Type: SystemString
- params
- Type: SystemString
- callDepth
- Type: SystemInt32
See Also