Intersoft ClientUI Documentation
AddHandler Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXUpDownItemsBase Class : AddHandler Method






routedEvent
handler
handledEventsToo

Syntax

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

Parameters

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.