ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PromptEventArgs - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PromptEventArgs

    The event args for the UpdateNamedRange event, which is raised whenever the CalcEngine calculate the intersection range of two named range .

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

    Constructors

    PromptEventArgs()

    Declaration
    public PromptEventArgs()

    Properties

    Value

    Gets or sets the value of the parameter.

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