WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellContextMenuOpeningEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellContextMenuOpeningEventArgs

    Event Handler to Handle the CellContextMenuOpening Event which can be marked as Handled.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionHandledEventArgs
    CellContextMenuOpeningEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public sealed class CellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs

    Constructors

    CellContextMenuOpeningEventArgs(RowColumnIndex)

    Initializes a new instance of the CellContextMenuOpeningEventArgs class.

    Declaration
    public CellContextMenuOpeningEventArgs(RowColumnIndex cell)
    Parameters
    Type Name Description
    RowColumnIndex cell

    Properties

    Cell

    Gets or Sets the RowColumnIndex of a cell

    Declaration
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

    CellContextMenu

    Declaration
    public ContextMenuStrip CellContextMenu { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenuStrip
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved