Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / QueryValue Event


In This Topic
    QueryValue Event
    In This Topic
    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
    public event QueryValueHandler QueryValue
    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