'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.
Property | Description |
---|---|
CustomName | Gets the custom name. |
Result | Gets or sets the result. |
See Also