The RecordUpdateEventArgs class encapsulates the arguments passed to the BeforeRecordUpdate and AfterRecordUpdate event handlers
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| RecordUpdateEventArgs()()() | Initializes a new instance of the RecordUpdateEventArgs class | |
| CurrentRecord |
The values on the current database record
| |
| Database |
Data access object
| |
| Message |
Message for user
| |
| Record |
The values that are to be applied in the update.
|