Occurs when the contents of the skip dates collection of the RecurrencePattern changes.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public event NotifyCollectionChangedEventHandler RecurrencePatternSkipDatesChanged |
| Visual Basic |
|---|
Public Event RecurrencePatternSkipDatesChanged As NotifyCollectionChangedEventHandler |
| Visual C++ |
|---|
public: event NotifyCollectionChangedEventHandler^ RecurrencePatternSkipDatesChanged { void add (NotifyCollectionChangedEventHandler^ value); void remove (NotifyCollectionChangedEventHandler^ value); } |