Intersoft ClientUI Documentation
AddMouseDownHandler(UIElement,MouseButtonEventHandler,Boolean) Method
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > Mouse Class > AddMouseDownHandler Method : AddMouseDownHandler(UIElement,MouseButtonEventHandler,Boolean) Method






element
handler
handledEventsToo

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub AddMouseDownHandler( _
   ByVal element As UIElement, _
   ByVal handler As MouseButtonEventHandler, _
   ByVal handledEventsToo As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim handler As MouseButtonEventHandler
Dim handledEventsToo As Boolean
 
Mouse.AddMouseDownHandler(element, handler, handledEventsToo)
C# 
public static void AddMouseDownHandler( 
   UIElement element,
   MouseButtonEventHandler handler,
   bool handledEventsToo
)
Delphi 
public procedure AddMouseDownHandler( 
    element: UIElement;
    handler: MouseButtonEventHandler;
    handledEventsToo: Boolean
); static; 
JScript 
public static function AddMouseDownHandler( 
   element : UIElement,
   handler : MouseButtonEventHandler,
   handledEventsToo : boolean
);
Managed Extensions for C++ 
public: static void AddMouseDownHandler( 
   UIElement* element,
   MouseButtonEventHandler* handler,
   bool handledEventsToo
) 
C++/CLI 
public:
static void AddMouseDownHandler( 
   UIElement^ element,
   MouseButtonEventHandler^ handler,
   bool handledEventsToo
) 

Parameters

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