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

In This Topic
    RemoveHandler Method (C1MapItemsLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub RemoveHandler( _
       ByVal routedEvent As RoutedEvent, _
       ByVal handler As Object _
    ) 
    public void RemoveHandler( 
       RoutedEvent routedEvent,
       object handler
    )

    Parameters

    routedEvent
    handler
    See Also