The Delegate for the PointStyle Select event.
[Visual Basic]
Public Delegate Sub PointStyleSelectEventHandler( _
ByVal sender As Object, _
ByVal e As PointStyleSelectEventArgs _
)
[C#]
public delegate void PointStyleSelectEventHandler(
object sender,
);
[Delphi]
type PointStyleSelectEventHandler = procedure (
sender: Object;
) of object;
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |