[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextBox.MouseLeftButtonDown

MouseLeftButtonDown Event

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.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public event MouseButtonEventHandler MouseLeftButtonDown
Returns
Type Description
MouseButtonEventHandler 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 .
Remarks

This event overrides UIElement's MouseLeftButtonDown in order to allow handlers to prevent the default behavior of a mouse down.