MySqlRowUpdatedEventArgs Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Provides data for the RowUpdated event. This class cannot be inherited.

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

Syntax

C#
public sealed class MySqlRowUpdatedEventArgs : RowUpdatedEventArgs
Visual Basic
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