GrapeCity.Win.MultiRow Namespace : SectionTouchToolBarNeededEventArgs Class |
Public Class SectionTouchToolBarNeededEventArgs Inherits System.EventArgs
Dim instance As SectionTouchToolBarNeededEventArgs
public class SectionTouchToolBarNeededEventArgs : System.EventArgs
You can use this class to customize the touch toolbar that is used by the Section. When the section gets its touch toolbar, the GcMultiRow.SectionTouchToolBarNeeded event is raised. Use the event and this class to set a custom touch toolbar for the Section.
If you set the CellTouchToolBarNeededEventArgs.TouchToolBar property's value in the GcMultiRow.CellTouchToolBarNeeded event, the TouchToolBar is invalid.
The GcMultiRow.SectionTouchToolBarNeeded 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.SectionTouchToolBarNeededEventArgs
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