WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableCellStyleInfoChangedEventArgs

    Show / Hide Table of Contents

    Class GridTableCellStyleInfoChangedEventArgs

    Represents a class that provides data about Changed and Changing events raised by GridTableCellAppearance which occur when a style property of a GridTableCellStyleInfo is changed.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridTableCellStyleInfoChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridTableCellStyleInfoChangedEventArgs : SyncfusionEventArgs

    Constructors

    GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance, GridTableCellType)

    Initializes a new instance of the GridTableCellStyleInfoChangedEventArgs class with the specified instance of the GridTableCellType that uniquely identifies the GridTableCellStyleInfo classes.

    Declaration
    public GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance tableCellAppearance, GridTableCellType tableCellType)
    Parameters
    Type Name Description
    GridTableCellAppearance tableCellAppearance

    The parent GridTableCellAppearance that owns the GridTableCellStyleInfo object.

    GridTableCellType tableCellType

    The GridTableCellType that uniquely identifies the GridTableCellStyleInfo with the GridTableCellAppearance that owns it.

    GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance, GridTableCellType, EventArgs)

    Initializes a new instance of the GridTableCellStyleInfoChangedEventArgs class with the specified instance of the GridTableCellType and GridTableCellStyleInfo classes.

    Declaration
    public GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance tableCellAppearance, GridTableCellType tableCellType, EventArgs inner)
    Parameters
    Type Name Description
    GridTableCellAppearance tableCellAppearance

    The parent instance of the GridTableCellAppearance class that owns the instance of the GridTableCellStyleInfo class.

    GridTableCellType tableCellType

    The GridTableCellType that uniquely identifies the instance of GridTableCellStyleInfo with the GridTableCellAppearance that owns it.

    System.EventArgs inner

    The System.EventArgscontains the event data.

    Properties

    Inner

    Gets the value of the instances ofSystem.EventArgs class.

    Declaration
    [TraceProperty(true)]
    public EventArgs Inner { get; }
    Property Value
    Type Description
    System.EventArgs

    TableCellAppearance

    Gets the parent instance of theGridTableCellAppearance that owns the instance of theGridTableCellStyleInfo class.

    Declaration
    [TraceProperty(true)]
    public GridTableCellAppearance TableCellAppearance { get; }
    Property Value
    Type Description
    GridTableCellAppearance

    TableCellType

    Gets the enum value of GridTableCellType that uniquely identifies the GridTableCellStyleInfo with the GridTableCellAppearance that owns it.

    Declaration
    [TraceProperty(true)]
    public GridTableCellType TableCellType { get; }
    Property Value
    Type Description
    GridTableCellType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved