Interface IMouseOverHighlightHelper
Namespace: Telerik.Windows.Controls.Scheduling.Internal
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IMouseOverHighlightHelper : INotifyPropertyChanged
Properties
HighlightedItem
Gets the highlighted item.
Declaration
object HighlightedItem { get; }
Property Value
System.Object
|
Methods
ClearHighlight()
Clears the highlight.
Declaration
void ClearHighlight()
UpdateHighlightOnUserInteraction(Object, SelectionMouseState)
Updates the highlight on user interaction.
Declaration
void UpdateHighlightOnUserInteraction(object target, SelectionMouseState mouseState = SelectionMouseState.Left)
Parameters
System.Object
target
The data item or the container that was affected by the UI operation. |
SelectionMouseState
mouseState
Indicates which mouse button was used to perform the operations. |