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