ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPolyline Class / SizeChanged Event

In This Topic
    SizeChanged Event (C1VectorPolyline)
    In This Topic
    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
    Gets the new size of the object reporting the size change.  
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    Gets the previous size of the object reporting the size change.  
    See Also