GrapeCity.Win.MultiRow Namespace : SectionContextMenuStripNeededEventArgs Class |
Public Class SectionContextMenuStripNeededEventArgs Inherits System.EventArgs
Dim instance As SectionContextMenuStripNeededEventArgs
public class SectionContextMenuStripNeededEventArgs : System.EventArgs
You can use this class to customize the context menu strip that is used by the Section. When the section gets its context menu, the GcMultiRow.SectionContextMenuStripNeeded event is raised. Use the event and this class to set a custom context menu strip for the Section.
If you set the CellContextMenuStripNeededEventArgs.ContextMenuStrip property's value in the GcMultiRow.CellContextMenuStripNeeded event, the ContextMenuStrip is invalid.
The GcMultiRow.SectionContextMenuStripNeeded 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.SectionContextMenuStripNeededEventArgs
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