AxpDataGrid

UpdateRecordEventArgs Class

Event argument type available in the Database update events.

For a list of all members of this type, see UpdateRecordEventArgs Members.

System.Object
   System.EventArgs
      Axezz.WebControls.UpdateRecordEventArgs

[Visual Basic]
Public Class UpdateRecordEventArgs
    Inherits EventArgs
[C#]
public class UpdateRecordEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The new Primary Key(s) is available in UpdateRecordEventArgs.PrimaryKeyValues and will contain a comma separated list if a combined primary key is in use.

Requirements

Namespace: Axezz.WebControls

Assembly: AxpDBNet (in AxpDBNet.dll)

See Also

UpdateRecordEventArgs Members | Axezz.WebControls Namespace