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