Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / OnTouchStripItemClicked Method
The TouchStripItemClickEventArgs instance that contains the event data.


In This Topic
    OnTouchStripItemClicked Method
    In This Topic
    Raises the TouchStripItemClicked event.
    Syntax
    'Declaration
     
    
    Protected Sub OnTouchStripItemClicked( _
       ByVal eventArgs As TouchStripItemClickEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim eventArgs As TouchStripItemClickEventArgs
     
    instance.OnTouchStripItemClicked(eventArgs)
    protected void OnTouchStripItemClicked( 
       TouchStripItemClickEventArgs eventArgs
    )

    Parameters

    eventArgs
    The TouchStripItemClickEventArgs instance that contains the event data.
    See Also