.. wxPython Phoenix documentation
   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.
   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.gridmovers
.. highlight:: python
.. _wx.lib.gridmovers.GridColMoveEvent:
==========================================================================================================================================
|phoenix_title|  **wx.lib.gridmovers.GridColMoveEvent**
==========================================================================================================================================
PyCommandEvent(eventType=wxEVT_NULL, id=0) -> None
:class:`PyCommandEvent` can be used as a base class for implementing
custom event types in Python. You should derive from this class
instead of :class:`CommandEvent` because this class is Python-aware
and is able to transport its Python bits safely through the
wxWidgets event system and have them still be there when the
event handler is invoked. Note that since :class:`PyCommandEvent` is
taking care of preserving the extra attributes that have been set
then you do not need to override the Clone method in your
derived classes.
.. seealso:: :class:`PyEvent`
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html
   
   
|
|super_classes| Known Superclasses
==================================
:class:`wx.PyCommandEvent`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.gridmovers.GridColMoveEvent.__init__`                             Initialize self.  See help(type(self)) for accurate signature.
:meth:`~wx.lib.gridmovers.GridColMoveEvent.GetBeforeColumn`                      
:meth:`~wx.lib.gridmovers.GridColMoveEvent.GetMoveColumn`                        
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: GridColMoveEvent(wx.PyCommandEvent)
   PyCommandEvent(eventType=wxEVT_NULL, id=0) -> None
   
   :class:`PyCommandEvent` can be used as a base class for implementing
   custom event types in Python. You should derive from this class
   instead of :class:`CommandEvent` because this class is Python-aware
   and is able to transport its Python bits safely through the
   wxWidgets event system and have them still be there when the
   event handler is invoked. Note that since :class:`PyCommandEvent` is
   taking care of preserving the extra attributes that have been set
   then you do not need to override the Clone method in your
   derived classes.
   
   .. seealso:: :class:`PyEvent`
   .. method:: __init__(self, id, dCol, bCol)
      Initialize self.  See help(type(self)) for accurate signature.
   .. method:: GetBeforeColumn(self)
   .. method:: GetMoveColumn(self)