menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PromptEventArgs - WPF 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
    System.EventArgs
    PromptEventArgs
    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)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.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
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved