Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core 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
    public class C1TappedEventArgs : C1InputEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Blazor.Core.C1InputEventArgs
             C1.Blazor.Core.C1TappedEventArgs

    See Also