Progress.Data.CreateRowEventArgs class
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(Windows only; GUI for .NET only)
A
CreateRowEventArgs
object instance that is an argument to an event handler for a
CreateRow
event.
Serializable:
No
Constructors
This class contains a private constructor; you cannot instantiate it directly.
Super Class
System.EventArgs
class (from the .NET Framework)
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
| BandIndex property | BufferHdl property | BufferName property |
| Created property | – | – |
Public Methods
This class does not contain methods (beyond those it inherits from its base class).
Public Events
This class does not contain events (beyond those it inherits from its base class).
Note
For information on the public class members inherited from the
System.EventArgs
class, refer to the .NET Framework class library.
See also
CancelCreateRow event, CreateRow event, CURRENT-QUERY( ) method, Progress.Data.CancelCreateRowEventArgs class