Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / QueryValue Event


QueryValue Event
Occurs when the value is queried.
Syntax
'Declaration
 
Public Event QueryValue As QueryValueHandler
 
'Usage
 
Dim instance As FormulaProvider
Dim handler As QueryValueHandler
 
AddHandler instance.QueryValue, handler
Event Data

The event handler receives an argument of type QueryValueEventArgs containing data related to this event. The following QueryValueEventArgs properties provide information specific to this event.

PropertyDescription
Gets the custom name.  
Gets or sets the result.  
See Also