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

DataEntryGridManager..::..OnRowsChanged Method

Handles the [E:RowsChanged] event.

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

Syntax


protected virtual void OnRowsChanged(
	NotifyCollectionChangedEventArgs e
)
Protected Overridable Sub OnRowsChanged ( _
	e As NotifyCollectionChangedEventArgs _
)
protected:
virtual void OnRowsChanged(
	NotifyCollectionChangedEventArgs^ e
)

Parameters

e
Type: NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs instance containing the event data.