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