ComponentOne Maps for UWP
SizeChanged Event (C1VectorPolyline)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorPolyline Class : SizeChanged Event
Syntax
'Declaration
 
Public Event SizeChanged As SizeChangedEventHandler
public event SizeChangedEventHandler SizeChanged
Event Data

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

PropertyDescription
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also