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