Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripItemCollection Class / OnListChanged Method


In This Topic
    OnListChanged Method (TouchStripItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub OnListChanged( _
       ByVal e As ListBase.ListChangedEventArgs(Of TouchStripItem) _
    ) 
    'Usage
     
    
    Dim instance As TouchStripItemCollection
    Dim e As ListBase.ListChangedEventArgs(Of TouchStripItem)
     
    instance.OnListChanged(e)
    protected override void OnListChanged( 
       ListBase.ListChangedEventArgs<TouchStripItem> e
    )

    Parameters

    e
    See Also