| BpmFormInvokeAfterEdit - метод |
Осуществляет действия после окончания вызова формы.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис internal void InvokeAfterEdit(
DataListsTree processDataListsTree,
DataListsTree formDataListsTree
)
Friend Sub InvokeAfterEdit (
processDataListsTree As DataListsTree,
formDataListsTree As DataListsTree
)
Dim instance As BpmForm
Dim processDataListsTree As DataListsTree
Dim formDataListsTree As DataListsTree
instance.InvokeAfterEdit(processDataListsTree,
formDataListsTree)
internal function InvokeAfterEdit(
processDataListsTree : DataListsTree,
formDataListsTree : DataListsTree
)
Параметры
- processDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров процесса. - formDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров, полученных с формы.
См. также