'Declaration Public Event CalculateY As CalculateFunctionEventHandler
public event CalculateFunctionEventHandler CalculateY
Event Data
The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event. The following CalculateFunctionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Parameter | Gets the value of parameter of function at which the function value must be calculated. |
Result | Gets the result of function calculation. |
Remarks
The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event.
See Also