Xamarin.Android

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

    Show / Hide Table of Contents

    Class CellValueChangedEventArgs

    Inheritance
    System.Object
    CellValueChangedEventArgs
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class CellValueChangedEventArgs : EventArgs

    Constructors

    CellValueChangedEventArgs()

    Declaration
    public CellValueChangedEventArgs()

    Properties

    NewValue

    Gets or sets the new value.

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object

    The new value.

    OldValue

    Gets or sets the old value.

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object

    The old value.

    Range

    Gets or sets the Range.

    Declaration
    public IRange Range { get; set; }
    Property Value
    Type Description
    IRange

    The Range.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved