The MonthViewDayElement type exposes the following members.

Methods

  NameDescription
OnMouseDoubleClick
Called when the mouse is double click over this MonthViewDayElement.
(Overrides Control..::.OnMouseDoubleClick(MouseButtonEventArgs).)
OnMouseEnter
Called by the framework when the mouse enters the control.
(Overrides ListBoxItem..::.OnMouseEnter(MouseEventArgs).)
OnMouseLeave
Called by the framework when the mouse leaves the control.
(Overrides ListBoxItem..::.OnMouseLeave(MouseEventArgs).)
OnMouseLeftButtonDown
Called by the framework when the user presses the left mouse button.
(Overrides ListBoxItem..::.OnMouseLeftButtonDown(MouseButtonEventArgs).)
OnMouseLeftButtonUp
Called by the framework when the user releases the left mouse button.
(Overrides UIElement..::.OnMouseLeftButtonUp(MouseButtonEventArgs).)
OnPropertyChanged
Raises the PropertyChanged event.

See Also