wx.GridCtrl.Extended.GridCellValueChange Class Reference

Inheritance diagram for wx.GridCtrl.Extended.GridCellValueChange:

wx.GridCtrl.Extended.GridEventAffectingSingleCell

List of all members.

Public Member Functions

 GridCellValueChange (Point cellCoord, object newValue, object oldValue)
override string ToString ()

Properties

object NewValue [get]
object OldValue [get]


Detailed Description

Describes the change of a grid cell value. Instances will be sorted primarily with repect to rows and columns.

Constructor & Destructor Documentation

wx.GridCtrl.Extended.GridCellValueChange.GridCellValueChange ( Point  cellCoord,
object  newValue,
object  oldValue 
)

Creates an instance.

Parameters:
cellCoord The coordinates of the grid cell changing its value. The X coordinate provides the column index, the Y coordinate is the row index.
newValue The new value.
oldValue The old value that has been replaced.


Member Function Documentation

override string wx.GridCtrl.Extended.GridCellValueChange.ToString (  ) 

Reimplemented from wx.GridCtrl.Extended.GridEventAffectingSingleCell.


Property Documentation

object wx.GridCtrl.Extended.GridCellValueChange.NewValue [get]

The new value that replaces the old value.

object wx.GridCtrl.Extended.GridCellValueChange.OldValue [get]

The old value that has been replaced.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads