A dialog box to ask the user if they want to delete an entire recurrence pattern or just one of its schedule items.
DeleteRecurrenceDialog

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class DeleteRecurrenceDialog : UserControl, IComponentConnector
Visual Basic (Declaration)
Public Class DeleteRecurrenceDialog _
	Inherits UserControl _
	Implements IComponentConnector

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls..::.UserControl
                  Mindscape.WpfElements..::.DeleteRecurrenceDialog

See Also