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


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

    Parameters

    e
    See Also