Intersoft ClientUI Documentation
MouseLeftButtonUp Event
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopup Class : MouseLeftButtonUp Event






Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a UIElement (or while a UIElement holds mouse capture).

Syntax

Visual Basic (Declaration) 
Public Shadows Event MouseLeftButtonUp As MouseButtonEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UXPopup
Dim handler As MouseButtonEventHandler
 
AddHandler instance.MouseLeftButtonUp, handler
C# 
public new event MouseButtonEventHandler MouseLeftButtonUp
Delphi 
public event MouseLeftButtonUp: MouseButtonEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
public: new __event MouseButtonEventHandler* MouseLeftButtonUp
C++/CLI 
public:
new event MouseButtonEventHandler^ MouseLeftButtonUp

Event Data

The event handler receives an argument of type MouseButtonEventArgs containing data related to this event. The following MouseButtonEventArgs properties provide information specific to this event.

PropertyDescription
ButtonState Gets the state of the button associated with the event.
ChangedButton Gets the button associated with the event.
ClickCount Gets the number of times the button was clicked.
Handled (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs)Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
HandledBy (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
IsHandledByPrimitive (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
LeftButton (Inherited from Intersoft.Client.Framework.Input.MouseEventArgs) 
MiddleButton (Inherited from Intersoft.Client.Framework.Input.MouseEventArgs) 
OriginalSource (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
RightButton (Inherited from Intersoft.Client.Framework.Input.MouseEventArgs) 
RoutedEvent (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Source (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs)Gets or sets a reference to the object that raised the event.
StylusDevice (Inherited from Intersoft.Client.Framework.Input.MouseEventArgs) 

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.