ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / ActionEnter Event


In This Topic
    ActionEnter Event
    In This Topic
    Fires when interactive action is started.
    Syntax
    'Declaration
     
    
    Public Event ActionEnter As EventHandler
    'Usage
     
    
    Dim instance As C1Chart
    Dim handler As EventHandler
     
    AddHandler instance.ActionEnter, handler
    public event EventHandler ActionEnter
    See Also