SelectionEventsClassSelectionBeforeDelete Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void SelectionBeforeDelete(
int SelectionId
)
Public Overridable Sub SelectionBeforeDelete (
SelectionId As Integer
)
Dim instance As SelectionEventsClass
Dim SelectionId As Integer
instance.SelectionBeforeDelete(SelectionId)
public:
virtual void SelectionBeforeDelete(
int SelectionId
)
Parameters
- SelectionId
- Type: SystemInt32
Implements
ISelectionEventsSelectionBeforeDelete(Int32)
See Also