# Wijmo_Input.Formatitemeventargs

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								FormatItemEventArgs Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Provides arguments for the <a href="wijmo_input.listbox.html#formatitem">ListBox.formatItem</a> event.</p>
								</div>
							</div>
						</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">FormatItemEventArgs</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_input.formatitemeventargs.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_input.formatitemeventargs.html#data" class="tsd-kind-icon">data</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.formatitemeventargs.html#index" class="tsd-kind-icon">index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_input.formatitemeventargs.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_input.formatitemeventargs.html#empty" class="tsd-kind-icon">empty</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>Format<wbr>Item<wbr>Event<wbr>Args<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, item<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_input.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</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_input.formatitemeventargs.html">FormatItemEventArgs</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Index of the item being formatted in the source <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a>, or -1 if the item is a group header.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>data: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Data item being formatted, or a <a href="wijmo.collectionviewgroup.html">CollectionViewGroup</a> object if the item is a group header.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>item: <span class="tsd-signature-type">HTMLElement</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Element that represents the list item to be formatted.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_input.formatitemeventargs.html" class="tsd-signature-type">FormatItemEventArgs</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="data" class="tsd-anchor"></a>
								<h3>data</h3>
								<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the data item being formatted.</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 of the data item in the list.</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">HTMLElement</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a reference to the element that represents the list item to be formatted.</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>
					</div>