Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / RemoveUnselectedHandler Method
Element that listens to this event.
Event handler to remove.


In This Topic
    RemoveUnselectedHandler Method
    In This Topic
    Removes a handler for the GrapeCity.Windows.InputMan.GcListBox.Unselected attached event.
    Syntax
    'Declaration
     
    Public Shared Sub RemoveUnselectedHandler( _
       ByVal element As DependencyObject, _
       ByVal handler As RoutedEventHandler _
    ) 
    'Usage
     
    Dim element As DependencyObject
    Dim handler As RoutedEventHandler
     
    GcListBox.RemoveUnselectedHandler(element, handler)
    public static void RemoveUnselectedHandler( 
       DependencyObject element,
       RoutedEventHandler handler
    )

    Parameters

    element
    Element that listens to this event.
    handler
    Event handler to remove.
    See Also