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


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