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