 
       wx.grid.GridEditorCreatedEvent¶
  wx.grid.GridEditorCreatedEvent¶ Events Emitted by this Class¶
 Events Emitted by this Class¶Handlers bound for the following event types will receive a wx.grid.GridEditorCreatedEvent parameter.
wxEVT_GRID_EDITOR_CREATED   event type.wxEVT_GRID_EDITOR_CREATED   event type. Methods Summary¶
 Methods Summary¶| __init__ | Default constructor. | 
| GetCol | Returns the column at which the event occurred. | 
| GetControl | Returns the edit control. | 
| GetRow | Returns the row at which the event occurred. | 
| SetCol | Sets the column at which the event occurred. | 
| SetControl | Sets the edit control. | 
| SetRow | Sets the row at which the event occurred. | 
 Properties Summary¶
 Properties Summary¶| Col | See GetColandSetCol | 
| Control | See GetControlandSetControl | 
| Row | See GetRowandSetRow | 
 Class API¶
 Class API¶wx.grid.GridEditorCreatedEvent(CommandEvent)¶Possible constructors:
GridEditorCreatedEvent()
GridEditorCreatedEvent(id, type, obj, row, col, ctrl)
__init__(self, *args, **kw)¶__init__ (self)
Default constructor.
__init__ (self, id, type, obj, row, col, ctrl)
Constructor for initializing all event attributes.
| Parameters: | 
 | 
|---|
GetCol(self)¶Returns the column at which the event occurred.
| Return type: | int | 
|---|
GetRow(self)¶Returns the row at which the event occurred.
| Return type: | int | 
|---|
SetCol(self, col)¶Sets the column at which the event occurred.
| Parameters: | col (int) – | 
|---|
SetControl(self, ctrl)¶Sets the edit control.
| Parameters: | ctrl (wx.Control) – | 
|---|
SetRow(self, row)¶Sets the row at which the event occurred.
| Parameters: | row (int) – | 
|---|
Control¶See GetControl and SetControl