ComponentOne Basic Library for UWP
RemoveHandler Method (C1ItemsControl)

C1.UWP Assembly > C1.Xaml Namespace > C1ItemsControl Class : RemoveHandler Method
Syntax
'Declaration
 
Public Sub RemoveHandler( _
   ByVal routedEvent As Windows.UI.Xaml.RoutedEvent, _
   ByVal handler As System.Object _
) 
public void RemoveHandler( 
   Windows.UI.Xaml.RoutedEvent routedEvent,
   System.object handler
)

Parameters

routedEvent
handler
See Also

Reference

C1ItemsControl Class
C1ItemsControl Members