Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartElementSelectingEventArgs Class
Members


In This Topic
    ChartElementSelectingEventArgs Class
    In This Topic
    Represents the chart selection data of a chart element.
    Syntax
    'Declaration
     
    
    Public Class ChartElementSelectingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    
    Dim instance As ChartElementSelectingEventArgs
    public class ChartElementSelectingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs

    See Also