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


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

Parameters

e
The arguments.
See Also

Reference

MenuItemCollection Class
MenuItemCollection Members