'Declaration
Public Event StopsChanged As EventHandler(Of StopsChangedEventArgs)
public event EventHandler<StopsChangedEventArgs> StopsChanged
Event Data
The event handler receives an argument of type StopsChangedEventArgs containing data related to this event. The following StopsChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Stops | Gets the list of stops values. |
See Also