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






instance
routedEvent
handler
handledEventsToo

Syntax

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

Parameters

instance
routedEvent
handler
handledEventsToo

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.