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