ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AnnoCreatedEventHandler Delegate
The source of the event.
A AnnoCreatedEventArgs that contains the event data.


In This Topic
    AnnoCreatedEventHandler Delegate
    In This Topic
    Represents the method that handles a Axis.AnnoCreated event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub AnnoCreatedEventHandler( _
       ByVal sender As Object, _
       ByVal e As AnnoCreatedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New AnnoCreatedEventHandler(AddressOf HandlerMethod)
    public delegate void AnnoCreatedEventHandler( 
       object sender,
       AnnoCreatedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A AnnoCreatedEventArgs that contains the event data.
    See Also