OnSelectionChanging Method (ModelessForm)
In This Topic
Called when user is selecting cell range.
Syntax
'Declaration
Protected Overridable Sub OnSelectionChanging( _
ByVal As CellRange, _
ByVal () As CellRange _
)
'Usage
Dim instance As ModelessForm
Dim cellRange As CellRange
Dim allSelectedCellRanges() As CellRange
instance.OnSelectionChanging(cellRange, allSelectedCellRanges)
protected virtual void OnSelectionChanging(
CellRange ,
CellRange[]
)
Parameters
- cellRange
- The cell range.
- allSelectedCellRanges
See Also