SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : RemoveHandler Method |
'Declaration
Public Sub RemoveHandler( _ ByVal routedEvent As System.Windows.RoutedEvent, _ ByVal handler As System.Delegate _ )
'Usage
Dim instance As RowHeader Dim routedEvent As System.Windows.RoutedEvent Dim handler As System.Delegate instance.RemoveHandler(routedEvent, handler)
public void RemoveHandler( System.Windows.RoutedEvent routedEvent, System.Delegate handler )
public procedure RemoveHandler( routedEvent: System.Windows.RoutedEvent; handler: System.Delegate );
public function RemoveHandler( routedEvent : System.Windows.RoutedEvent, handler : System.Delegate );
public: void RemoveHandler( System.Windows.RoutedEvent* routedEvent, System.Delegate* handler )
public: void RemoveHandler( System.Windows.RoutedEvent^ routedEvent, System.Delegate^ handler )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2