ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TappedEventArgs Class
Members



In This Topic
    C1TappedEventArgs Class
    In This Topic
    Contains information of the tap events.
    Syntax
    'Declaration
     
    
    Public Class C1TappedEventArgs 
       Inherits C1InputEventArgs
    'Usage
     
    
    Dim instance As C1TappedEventArgs
    public class C1TappedEventArgs : C1InputEventArgs 
    public ref class C1TappedEventArgs : public C1InputEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.C1InputEventArgs
             C1.WPF.C1TappedEventArgs

    See Also