ButtonClicked
Occurs when the user clicks a button inside a DataWindow object.
ButtonClicking
Occurs when the user clicks a button inside a DataWindow object. This event occurs before the ButtonClicked event.
Clicked
Occurs when the user clicks anywhere in a DataWindow control.
DoubleClicked
Occurs when the user double-clicks anywhere in a DataWindow control.
ItemChanged
Occurs when a field in a DataWindow control has been modified and loses focus (for example, the user presses Enter, the Tab key, or an arrow key, or clicks the mouse on another field within the DataWindow).
ItemError
Occurs when a field has been modified, the field loses focus (for example, the user presses Enter, Tab, or an arrow key or clicks the mouse on another field in the DataWindow), and the data in the field does not pass the validation rules for its column.
ItemFocusChanged
Occurs when the current item in the control changes.
RButtonDown
Occurs when the user right-clicks anywhere in a DataWindow control.
RowFocusChanged
Occurs when the current row changes in the DataWindow.
RowFocusChanging
Occurs when the current row is about to change in the DataWindow.