IFormSubmissionEventsFormSubmissionBeforeDelete Method |
method FormSubmissionBeforeDelete
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid FormSubmissionBeforeDelete(
int i_FormSubmissionId
)
Sub FormSubmissionBeforeDelete (
i_FormSubmissionId As Integer
)
Dim instance As IFormSubmissionEvents
Dim i_FormSubmissionId As Integer
instance.FormSubmissionBeforeDelete(i_FormSubmissionId)
void FormSubmissionBeforeDelete(
int i_FormSubmissionId
)
Parameters
- i_FormSubmissionId
- Type: SystemInt32
See Also