Intersoft ClientUI Documentation
UnregisterInstanceHandler(UIElement,RoutedEvent,Delegate) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISEventManager Class : UnregisterInstanceHandler(UIElement,RoutedEvent,Delegate) Method






instance
routedEvent
handler

Syntax

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

Parameters

instance
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.