Spread for ASP.NET 11 Product Documentation
OnItemAdded Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparklineGroup Class : OnItemAdded Method
The ItemEventArgs instance that contains the event data.
Raises the ItemAdded event.
Syntax
'Declaration
 
Protected Overridable Sub OnItemAdded( _
   ByVal e As ItemEventArgs _
) 
'Usage
 
Dim instance As ExcelSparklineGroup
Dim e As ItemEventArgs
 
instance.OnItemAdded(e)
protected virtual void OnItemAdded( 
   ItemEventArgs e
)

Parameters

e
The ItemEventArgs instance that contains the event data.
See Also

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members