Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a UIElement.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public event MouseButtonEventHandler MouseLeftButtonDown |
Visual Basic |
---|
Public Event MouseLeftButtonDown As MouseButtonEventHandler |
Remarks
This event overrides UIElement's MouseLeftButtonDown in order to allow handlers to prevent the default
behavior of a mouse down.