Class CurrrentGraphicCellDeactivatedEventArgs
Inheritance
System.Object
System.EventArgs
CurrrentGraphicCellDeactivatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class CurrrentGraphicCellDeactivatedEventArgs : SyncfusionEventArgs
Constructors
CurrrentGraphicCellDeactivatedEventArgs(GraphicCellSpanInfo, GraphicStyleInfo)
Declaration
public CurrrentGraphicCellDeactivatedEventArgs(GraphicCellSpanInfo spanInfo, GraphicStyleInfo style)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicCellSpanInfo | spanInfo | |
| GraphicStyleInfo | style |
Properties
CurrentGraphicStyle
Declaration
public GraphicStyleInfo CurrentGraphicStyle { get; }
Property Value
| Type |
|---|
| GraphicStyleInfo |
CurrentSpanInfo
Declaration
public GraphicCellSpanInfo CurrentSpanInfo { get; }
Property Value
| Type |
|---|
| GraphicCellSpanInfo |