Intersoft ClientUI Documentation
RemoveHandler Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewGroupBoxItem Class : RemoveHandler Method






routedEvent
handler

Syntax

Visual Basic (Declaration) 
Public Sub RemoveHandler( _
   ByVal routedEvent As RoutedEvent, _
   ByVal handler As Delegate _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewGroupBoxItem
Dim routedEvent As RoutedEvent
Dim handler As Delegate
 
instance.RemoveHandler(routedEvent, handler)
C# 
public void RemoveHandler( 
   RoutedEvent routedEvent,
   Delegate handler
)
Delphi 
public procedure RemoveHandler( 
    routedEvent: RoutedEvent;
    handler: Delegate
); 
JScript 
public function RemoveHandler( 
   routedEvent : RoutedEvent,
   handler : Delegate
);
Managed Extensions for C++ 
public: void RemoveHandler( 
   RoutedEvent* routedEvent,
   Delegate* handler
) 
C++/CLI 
public:
void RemoveHandler( 
   RoutedEvent^ routedEvent,
   Delegate^ handler
) 

Parameters

routedEvent
handler

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.