Class GraphicCellContextMenuOpeningEventArgs
Event Handler to Handle the GraphicCellContextMenuOpening Event which can be marked as Handled.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class GraphicCellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs
  Constructors
GraphicCellContextMenuOpeningEventArgs(IShape)
Initializes a new instance of the GraphicCellContextMenuOpeningEventArgsclass.
Declaration
public GraphicCellContextMenuOpeningEventArgs(IShape Shape)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IShape | Shape | An instance of IShape  | 
      
Properties
GraphicContextMenu
Gets or sets the Context Menu items for GraphicCells
Declaration
public ContextMenu GraphicContextMenu { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ContextMenu | An instance of ContextMenu.  | 
      
Shape
Gets Shape of the cell.
Declaration
public IShape Shape { get; }
  Property Value
| Type | Description | 
|---|---|
| IShape | An instance of IShape.  |