Error processing SSI file
(Leadtools.Controls)

Show in webframe

Move Event




Occurs when the user moves the mouse over the control.
Syntax
Event Data

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

PropertyDescription
IsHandled Indicates whether this event is handled.
MouseButton Mouse button that triggered this event.
NativeEvent Native event associated with this event.
Origin Original mouse or touch position.
Position Current mouse or touch position.
Remarks

The Move event is only available on devices that support a mouse pointer.

InteractiveEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file