MySqlRowUpdatingEventArgs Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Provides data for the RowUpdating 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 MySqlRowUpdatingEventArgs : RowUpdatingEventArgs
Visual Basic
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