Occurs when the contents of the SkipDates collection changes.

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

Syntax

C#
public event NotifyCollectionChangedEventHandler SkipDatesChanged
Visual Basic
Public Event SkipDatesChanged As NotifyCollectionChangedEventHandler
Visual C++
public:
virtual  event NotifyCollectionChangedEventHandler^ SkipDatesChanged {
	void add (NotifyCollectionChangedEventHandler^ value);
	void remove (NotifyCollectionChangedEventHandler^ value);
}

Implements

IRecurrencePattern..::..SkipDatesChanged

See Also