Raises the RowChanged event.
[Visual Basic] Overridable Protected Sub OnRowChanged( _ ByVal e As DataRowChangeEventArgs _ ) [C#] protected virtual void OnRowChanged( DataRowChangeEventArgs e ); [C++] protected: virtual void OnRowChanged( DataRowChangeEventArgs* e ); [JScript] protected function OnRowChanged( e : DataRowChangeEventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD\.
Notes to Inheritors: When overriding OnRowChanged in a derived class, be sure to call the base class's OnRowChanged method.
DataTable Class | DataTable Members | System.Data Namespace | AddOnRowChanged | RemoveOnRowChanged