GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / RemoveHandler Method


In This Topic
RemoveHandler Method (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
Public Sub RemoveHandler( _
   ByVal routedEvent As RoutedEvent, _
   ByVal handler As Delegate _
) 
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim routedEvent As RoutedEvent
Dim handler As Delegate
 
instance.RemoveHandler(routedEvent, handler)

Parameters

routedEvent
handler
See Also