Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / OnItemAdded Method
The FarPoint.Web.Spread.ItemEventArgs instance that contains the event data.


In This Topic
    OnItemAdded Method
    In This Topic
    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 FarPoint.Web.Spread.ItemEventArgs instance that contains the event data.
    See Also