Spread for ASP.NET 12 Product Documentation
OnListChanged Method (TouchStripItemCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchStripItemCollection Class : OnListChanged Method
The arguments.
Called when [list changed].
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnListChanged( _
   ByVal e As ListBase(Of TouchStripItem) _
) 
'Usage
 
Dim instance As TouchStripItemCollection
Dim e As ListBase(Of TouchStripItem)
 
instance.OnListChanged(e)
protected override void OnListChanged( 
   ListBase<TouchStripItem> e
)

Parameters

e
The arguments.
See Also

Reference

TouchStripItemCollection Class
TouchStripItemCollection Members