Initializes a new C1MouseHelper.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public C1MouseHelper(
	UIElement element
)
Visual Basic
Public Sub New ( _
	element As UIElement _
)

Parameters

element
Type: System.Windows..::..UIElement
A UIElement for which additional mouse events will be raised.

See Also