Represents the method that handles a Axis.AnnoCreated event.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public delegate void AnnoCreatedEventHandler( Object sender, AnnoCreatedEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub AnnoCreatedEventHandler ( _ sender As Object, _ e As AnnoCreatedEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event.
- e
- Type: C1.Silverlight.Chart..::..AnnoCreatedEventArgs
A AnnoCreatedEventArgs that contains the event data.