Select Event

         Example         Applies To

Occurs when a chart element is selected.

Syntax

Private Sub object_Select(ByVal ElementID As Long, ByVal Arg1 As Long, ByVal Arg2 As Long)

object   Chart or an object of type Chart declared with events in a class module. For more information, see Using Events with Embedded Charts.

ElementID, Arg1, Arg2   The selected chart element. For more information about these arguments, see the BeforeDoubleClick event.