'Declaration Public Event WordMouseEnter As WordLocationEventHandler
public event WordLocationEventHandler WordMouseEnter
Event Data
The event handler receives an argument of type WordLocationEventArgs containing data related to this event. The following WordLocationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
MouseLocation | The position of the mouse pointer. |
Start | The start position of the word. (Inherited from C1.WPF.ExpressionEditor.WordEventArgs) |
Word | The word. (Inherited from C1.WPF.ExpressionEditor.WordEventArgs) |
See Also