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


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

    Parameters

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