MySqlRowUpdatedEventArgs Class

MySQL Connector/Net

Provides data for the RowUpdated 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 MySqlRowUpdatedEventArgs : RowUpdatedEventArgs
Visual Basic (Declaration)
Public NotInheritable Class MySqlRowUpdatedEventArgs _
	Inherits RowUpdatedEventArgs
Visual C++
public ref class MySqlRowUpdatedEventArgs sealed : public RowUpdatedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Data.Common..::.RowUpdatedEventArgs
      MySql.Data.MySqlClient..::.MySqlRowUpdatedEventArgs

See Also