# Wijmo.Notifycollectionchangedeventargs

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								NotifyCollectionChangedEventArgs Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Provides data for the <a href="../interfaces/wijmo.inotifycollectionchanged.html#collectionchanged">INotifyCollectionChanged.collectionChanged</a> event.</p>
								</div>
							</div>
						</section>
						<section class="tsd-type-parameters">
							<h3>Type parameters</h3>
							<ul class="tsd-type-parameters">
								<li>
									<h4>T</h4>
								</li>
							</ul>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">NotifyCollectionChangedEventArgs</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="wijmo.notifycollectionchangedeventargs.html#constructor" class="tsd-kind-icon">constructor</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo.notifycollectionchangedeventargs.html#action" class="tsd-kind-icon">action</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo.notifycollectionchangedeventargs.html#index" class="tsd-kind-icon">index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo.notifycollectionchangedeventargs.html#item" class="tsd-kind-icon">item</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo.notifycollectionchangedeventargs.html#empty" class="tsd-kind-icon">empty</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="wijmo.notifycollectionchangedeventargs.html#reset" class="tsd-kind-icon">reset</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">new <wbr>Notify<wbr>Collection<wbr>Changed<wbr>Event<wbr>Args<span class="tsd-signature-symbol">(</span>action<span class="tsd-signature-symbol">?: </span><a href="../enums/wijmo.notifycollectionchangedaction.html" class="tsd-signature-type">NotifyCollectionChangedAction</a>, item<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">T</span>, index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo.notifycollectionchangedeventargs.html" class="tsd-signature-type">NotifyCollectionChangedEventArgs</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo.notifycollectionchangedeventargs.html">NotifyCollectionChangedEventArgs</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> action: <a href="../enums/wijmo.notifycollectionchangedaction.html" class="tsd-signature-type">NotifyCollectionChangedAction</a></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Type of action that caused the event to fire.</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> item: <span class="tsd-signature-type">T</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Item that was added or changed.</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Index of the item.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo.notifycollectionchangedeventargs.html" class="tsd-signature-type">NotifyCollectionChangedEventArgs</a></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="action" class="tsd-anchor"></a>
								<h3>action</h3>
								<div class="tsd-signature tsd-kind-icon">action<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo.notifycollectionchangedaction.html" class="tsd-signature-type">NotifyCollectionChangedAction</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the action that caused the event to fire.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="index" class="tsd-anchor"></a>
								<h3>index</h3>
								<div class="tsd-signature tsd-kind-icon">index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the index at which the change occurred.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="item" class="tsd-anchor"></a>
								<h3>item</h3>
								<div class="tsd-signature tsd-kind-icon">item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">T</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the item that was added, removed, or changed.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="empty" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> empty</h3>
								<div class="tsd-signature tsd-kind-icon">empty<span class="tsd-signature-symbol">:</span> <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.eventargs.html">EventArgs</a>.<a href="wijmo.eventargs.html#empty">empty</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Provides a value to use with events that do not have event data.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static">
								<a name="reset" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> reset</h3>
								<div class="tsd-signature tsd-kind-icon">reset<span class="tsd-signature-symbol">:</span> <a href="wijmo.notifycollectionchangedeventargs.html" class="tsd-signature-type">NotifyCollectionChangedEventArgs</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Provides a reset notification.</p>
									</div>
								</div>
							</section>
						</section>
					</div>