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

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class DeleteRecurrenceDialog : ChildWindow
Visual Basic
Public Class DeleteRecurrenceDialog _
	Inherits ChildWindow
Visual C++
public ref class DeleteRecurrenceDialog : public ChildWindow

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            ChildWindow
              Mindscape.SilverlightElements..::..DeleteRecurrenceDialog

See Also