ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapItemsLayer Class / OnGroupStyleSelectorChanged Method

In This Topic
    OnGroupStyleSelectorChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnGroupStyleSelectorChanged( _
       ByVal oldGroupStyleSelector As GroupStyleSelector, _
       ByVal newGroupStyleSelector As GroupStyleSelector _
    ) 
    protected virtual void OnGroupStyleSelectorChanged( 
       GroupStyleSelector oldGroupStyleSelector,
       GroupStyleSelector newGroupStyleSelector
    )

    Parameters

    oldGroupStyleSelector
    newGroupStyleSelector
    See Also