Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ElementSelecting Event


In This Topic
    ElementSelecting Event
    In This Topic
    Occurs when a chart element is selected.
    Syntax
    'Declaration
     
    Event ElementSelecting As EventHandler(Of ChartElementSelectingEventArgs)
    'Usage
     
    Dim instance As IChart
    Dim handler As EventHandler(Of ChartElementSelectingEventArgs)
     
    AddHandler instance.ElementSelecting, handler
    Event Data

    The event handler receives an argument of type ChartElementSelectingEventArgs containing data related to this event. The following ChartElementSelectingEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the IChartObject owner.  
    Gets the hit test result.  
    Remarks
    This function works with Spread WPF only.
    See Also