GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 : SectionTouchToolBarNeededEventArgs クラス |
Public Class SectionTouchToolBarNeededEventArgs Inherits System.EventArgs
public class SectionTouchToolBarNeededEventArgs : System.EventArgs
ユーザーはこのクラスを使用して、Section によって使用されるタッチツールバーをカスタマイズできます。セクションがタッチツールバーを取得するたびに、GcMultiRow.SectionTouchToolBarNeeded イベントが発生します。Section にカスタマイズしたタッチツールバーを設定する場合には、このイベントを使用します。
GcMultiRow.CellTouchToolBarNeeded イベントで、CellTouchToolBarNeededEventArgs.TouchToolBar プロパティの値を設定する場合は、TouchToolBar は無効です。
GcMultiRow.SectionTouchToolBarNeeded イベントは、GcMultiRow.VirtualMode プロパティが true の場合、または GcMultiRow.DataSource プロパティが null 参照 (Visual Basicでは Nothing) でない場合にのみ発生します。
System.Object
System.EventArgs
GrapeCity.Win.MultiRow.SectionTouchToolBarNeededEventArgs