__init__(self,
commandType=wxEVT_NULL,
id=0,
nSel=NOT_FOUND,
nOldSel=NOT_FOUND)
(Constructor)
An instance of this class (or one of its derived classes) is sent from
a control when the control's state is being changed and the control
allows that change to be prevented from happening. The event handler
can call Veto or Allow to tell the control what to do.
-
- Parameters:
commandType
(type=EventType)
winid
(type=int)
- Returns:
-
NotifyEvent
- Overrides:
wx.BookCtrlBaseEvent.__init__ (inherited documentation)
|