Raised when the SkipDates collection is changed.

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

Syntax

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

See Also