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