OpenEdge GUI events compared to OpenEdge GUI for .NET events
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
| OpenEdge GUI event | OpenEdge GUI for .NET event |
|---|---|
|
|
|
No similar event in .NET |
|
DragDrop — Control base
class for all controls |
|
OffEnd — Progress.Data.BindingSource control |
|
No similar event in .NET |
|
|
|
No similar event in .NET |
|
See VALUE-CHANGED in this
table |
|
|
|
|
|
No similar event on the DataGridView control. Can
invoke the GetNextRow( ) method on the
DataGridRowCollection returned by the Rows
property. If the return value of the method is -1, the method is attempting to read
beyond the last row in the DataGridView control.No similar event
on the |
|
No similar event on the DataGridView control. Can
invoke the GetPreviousRow( ) method on the
DataGridRowCollection returned by the Rows
property. If the return value of the method is -1, the method is attempting to read
before the first row in the DataGridView control.No similar
event on the |
|
No similar event in .NET |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No similar event on a form control. Test the WindowState form
property for a FormWindowState enumeration value
of Maximized. |
|
No similar event on a form control. Test the WindowState form
property for a FormWindowState enumeration value
of Minimized. |
|
|
|
No similar event on a form control. Test the WindowState form
property for a FormWindowState enumeration value
of Normal. |