MySqlRowUpdatingEventArgs Class

MySQL Connector/Net

Provides data for the RowUpdating event. This class cannot be inherited.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public sealed class MySqlRowUpdatingEventArgs : RowUpdatingEventArgs
Visual Basic (Declaration)
Public NotInheritable Class MySqlRowUpdatingEventArgs _
	Inherits RowUpdatingEventArgs
Visual C++
public ref class MySqlRowUpdatingEventArgs sealed : public RowUpdatingEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Data.Common..::.RowUpdatingEventArgs
      MySql.Data.MySqlClient..::.MySqlRowUpdatingEventArgs

See Also