RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..OnSelectedCellsChanged Method

Raises the SelectedCellsChanged event.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnSelectedCellsChanged(
	SelectedCellsChangedEventArgs e
)
Protected Sub OnSelectedCellsChanged ( _
	e As SelectedCellsChangedEventArgs _
)
protected:
void OnSelectedCellsChanged(
	SelectedCellsChangedEventArgs^ e
)

Parameters

e
Type: SelectedCellsChangedEventArgs
The data for the event.