Spread Silverlight Documentation
OnItemsChanged Method (ToolbarGroup)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarGroup Class : OnItemsChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnItemsChanged( _
   ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
) 
'Usage
 
Dim instance As ToolbarGroup
Dim e As System.Collections.Specialized.NotifyCollectionChangedEventArgs
 
instance.OnItemsChanged(e)
protected virtual void OnItemsChanged( 
   System.Collections.Specialized.NotifyCollectionChangedEventArgs e
)

Parameters

e
See Also

Reference

ToolbarGroup Class
ToolbarGroup Members