ApplicationEventsClassExecuteUserProceduresFor Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void ExecuteUserProceduresFor(
string procedureName,
string params,
int callDepth
)
Public Overridable Sub ExecuteUserProceduresFor (
procedureName As String,
params As String,
callDepth As Integer
)
Dim instance As ApplicationEventsClass
Dim procedureName As String
Dim params As String
Dim callDepth As Integer
instance.ExecuteUserProceduresFor(procedureName,
params, callDepth)
public:
virtual void ExecuteUserProceduresFor(
[InAttribute] String^ procedureName,
[InAttribute] String^ params,
[InAttribute] int callDepth
)
Parameters
- procedureName
- Type: SystemString
- params
- Type: SystemString
- callDepth
- Type: SystemInt32
Implements
IApplicationEventsExecuteUserProceduresFor(String, String, Int32)
See Also