SelectionNodeBaseTCommitDeselect Method
If
RangesEnabled, removes the specified range from the selection.
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected int CommitDeselect(
int begin,
int end
)
Protected Function CommitDeselect (
begin As Integer,
end As Integer
) As Integer
member CommitDeselect :
begin : int *
end : int -> int
- begin Int32
- The inclusive index of the start of the range to deselect.
- end Int32
- The inclusive index of the end of the range to deselect.
Int32The number of items selected.