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