wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent Class Reference

List of all members.

Public Member Functions

bool Cancel ()

Properties

bool AllowsCancellation [get]
bool IsCancelled [get]
int NumberOfAffectedItems [get]
ChangeOperation Operation [get]
int StartIndex [get]


Detailed Description

An event describing a change in a collection of rows or columns. Events of this type may be able to cancel the operation. Refer to the documentation of the event propagating instances of this class.

Member Function Documentation

bool wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent.Cancel (  ) 

Call this to request this event to cancel the represented operation.

Returns:
True if this allows for cancellation. False if this is not allowed and this request will be ignored.


Property Documentation

bool wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent.AllowsCancellation [get]

Read this to find out whether this event allows handlers of this event to cancel the operation.

bool wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent.IsCancelled [get]

True iff this event has been requested to cancel the represented operation.

int wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent.NumberOfAffectedItems [get]

The number of items (rows or columns) that are affected by this change operation. For instance the insertion of 12 rows at index 0 will return 12 here.

ChangeOperation wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent.Operation [get]

Read this to find out which operation that will be used to change the collection of rows or columns. For instance the insertion of 12 rows at index 0 will return Operation.AddColumnOrRow here.

int wx.GridCtrl.Extended.ColumnOrRowCollection< T >.ChangeEvent.StartIndex [get]

Returns the index of teh first row or column that is affected by the represented change. For instance the insertion of 12 rows at index 0 will return 0 here.


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