In This Article

MonthCalendarRepeatButton Class

Represents a repeat button used within a MonthCalendar.

public class MonthCalendarRepeatButton : RepeatButton
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl ButtonBase RepeatButton object

Constructors

MonthCalendarRepeatButton()

Initializes an instance of the class.

public MonthCalendarRepeatButton()

Methods

OnLostMouseCapture(MouseEventArgs)

Occurs when mouse capture is lost.

protected override void OnLostMouseCapture(MouseEventArgs e)
Parameter Type Description
e MouseEventArgs

The MouseEventArgs that contains the event data.