Classes
AddedRemovedEvent
AlertElement
AnchorContainerElement
ArrowShape
ButtonElement
CanvasElement
CanvasManager
CheckboxElement
CheckboxSkinElement
CollectionChangedEvent
CollectionSort
ColorPickerButtonElement
ColorPickerElement
ContainerBaseElement
CursorDefinition
DataGridColumnDefinition
DataGridDataRenderer
DataGridElement
DataGridHeaderColumnDividerSkinElement
DataGridHeaderElement
DataGridHeaderItemRenderer
DataGridItemData
DataGridItemRendererBase
DataGridLabelItemRenderer
DataListData
DataListElement
DataRendererBaseElement
DataRendererLabelElement
DatePickerButtonElement
DatePickerElement
DispatcherEvent
DrawMetrics
DropdownArrowButtonSkinElement
DropdownBaseElement
DropdownElement
ElementEvent
ElementGridItemClickEvent
ElementKeyboardEvent
ElementListItemClickEvent
ElementMouseEvent
ElementMouseWheelEvent
EllipseShape
EventDispatcher
FillBase
GridContainerElement
GridContainerRowColumnDefinition
ImageElement
IpInputElement
LabelElement
LinearGradientFill
ListCollection
ListContainerElement
ProgressElement
RadioButtonElement
RadioButtonSkinElement
RoundedRectangleShape
ScrollBarElement
ScrollButtonSkinElement
ShapeBase
SkinnableElement
SolidFill
StyleableBase
StyleChangedEvent
StyleData
StyleDefinition
StyleProxy
TextAreaElement
TextElement
TextFieldElement
TextInputElement
TimeInputElement
ToggleButtonElement
ToggleButtonGroup
Tween
ViewportElement


CollectionChangedEvent

Event that is dispatched when a data collection is changed of type "collectionchanged".
This is typically an internal event that the data driven containers use to monitor
changes to their data collections.

Inheritance:     CollectionChangedEvent ➞ DispatcherEvent ➞ Object

Public Functions
Show Inherited
Function Defined By
CollectionChangedEvent(kind, index) [Constructor] CollectionChangedEvent
Creates new CollectionChangedEvent instance.
  kind     :    String
String representing type of change that occurred to the collection.
Allowable values are "add", "remove", "update", and "reset".
  index     :    int
Index position the change occurred (or -1 if kind is "reset").
 
getIndex() CollectionChangedEvent
Gets the index of the data collection that the change occurred.
  returns     :    int
The index of the data collection that the change occurred.
 
getKind() CollectionChangedEvent
Gets the kind of the collection event. Possible types are "add", "remove", "update", and "reset".
  returns     :    String
The kind of the collection event.
 


Internal Functions
Show Inherited