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