[]
        
(Showing Draft Content)

C1.WPF.C1Chart.AnnoCreatedEventHandler

AnnoCreatedEventHandler Delegate

Represents the method that handles a Axis.AnnoCreated event.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public delegate void AnnoCreatedEventHandler(object sender, AnnoCreatedEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

AnnoCreatedEventArgs e

A AnnoCreatedEventArgs that contains the event data.

Constructors

Name Description
AnnoCreatedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, AnnoCreatedEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, AnnoCreatedEventArgs)