Raises the RowDeleted event.
[Visual Basic] Protected Overridable Sub OnRowDeleted( _ ByVal e As DataRowChangeEventArgs _ ) [C#] protected virtual void OnRowDeleted( DataRowChangeEventArgs e ); [C++] protected: virtual void OnRowDeleted( DataRowChangeEventArgs* e ); [JScript] protected function OnRowDeleted( e : DataRowChangeEventArgs );
Raising an event invokes the event handler through a delegate. For an overview, see
Notes to Inheritors: When overriding OnRowDeleted in a derived class, be sure to call the base class's OnRowDeleted method.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework - Windows CE .NET