GrapeCity.Win.MultiRow Namespace : CellTouchToolBarNeededEventArgs Class |
Public Class CellTouchToolBarNeededEventArgs Inherits CellEventArgs
Dim instance As CellTouchToolBarNeededEventArgs
public class CellTouchToolBarNeededEventArgs : CellEventArgs
You can use this class to customize the touch toolbar which is used by the cell. When the cell gets its touch toolbar, the GcMultiRow.CellTouchToolBarNeeded event is raised. Use this event and this class to set a custom touch toolbar for the Cell.
If you do not assign a touch toolbar to TouchToolBar, the cell's touch toolbar will use the section's touch toolbar from SectionTouchToolBarNeededEventArgs.TouchToolBar.
The GcMultiRow.CellTouchToolBarNeeded event only can be fired when the GcMultiRow.VirtualMode property is true or the GcMultiRow.DataSource property is not a null reference (Nothing in Visual Basic).
System.Object
System.EventArgs
GrapeCity.Win.MultiRow.CellEventArgs
GrapeCity.Win.MultiRow.CellTouchToolBarNeededEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2