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)
Called when a RepeatButton loses mouse capture.
protected override void OnLostMouseCapture(MouseEventArgs e)
| Parameter | Type | Description |
|---|---|---|
| e | MouseEventArgs | The event data for a LostMouseCapture event. |