InterfaceIMouseOverHighlightHelper
Interface
Definition
Namespace:Telerik.Windows.Controls.Scheduling.Internal
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public interface IMouseOverHighlightHelper : INotifyPropertyChanged
Inherited Members
Properties
HighlightedItem
Gets the highlighted item.
Methods
UpdateHighlightOnUserInteraction(object, SelectionMouseState)
Updates the highlight on user interaction.
Declaration
cs-api-definition
void UpdateHighlightOnUserInteraction(object target, SelectionMouseState mouseState = SelectionMouseState.Left)
Parameters
target
The data item or the container that was affected by the UI operation.
mouseState
Indicates which mouse button was used to perform the operations.