ComponentOne Chart for .NET (2.0) Search HelpCentral 

CalculateFunctionEventHandler Delegate

Delegate for function calculation events.

[Visual Basic]

Public Delegate Sub CalculateFunctionEventHandler( _

ByVal sender As Object, _

ByVal e As CalculateFunctionEventArgs _

)

[C#]

public delegate void CalculateFunctionEventHandler(

object sender,

CalculateFunctionEventArgs e

);

[Delphi]

type CalculateFunctionEventHandler = procedure (

sender: Object;

e: CalculateFunctionEventArgs

) of object;

Namespace: C1.Win.C1Chart

Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

See Also

C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.