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.UWP.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 |