# Wijmo_Grid_Sheet.Droppingrowcolumneventargs

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								DroppingRowColumnEventArgs Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Provides arguments for the <a href="wijmo_grid_sheet.flexsheet.html#begindroppingrowcolumn">FlexSheet.beginDroppingRowColumn</a> event.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo.canceleventargs.html" class="tsd-signature-type">CancelEventArgs</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">DroppingRowColumnEventArgs</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_grid_sheet.droppingrowcolumneventargs.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 tsd-is-inherited"><a href="wijmo_grid_sheet.droppingrowcolumneventargs.html#cancel" class="tsd-kind-icon">cancel</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.droppingrowcolumneventargs.html#droppingrange" class="tsd-kind-icon">dropping<wbr>Range</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.droppingrowcolumneventargs.html#isdroppingrows" class="tsd-kind-icon">is<wbr>Dropping<wbr>Rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_grid_sheet.droppingrowcolumneventargs.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>Dropping<wbr>Row<wbr>Column<wbr>Event<wbr>Args<span class="tsd-signature-symbol">(</span>droppingRange<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a>, isDroppingRows<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_grid_sheet.droppingrowcolumneventargs.html" class="tsd-signature-type">DroppingRowColumnEventArgs</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_grid_sheet.droppingrowcolumneventargs.html">DroppingRowColumnEventArgs</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>droppingRange: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The dropping cells range.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>isDroppingRows: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Indicates whether the dropping event is triggered due to dropping rows or columns.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid_sheet.droppingrowcolumneventargs.html" class="tsd-signature-type">DroppingRowColumnEventArgs</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 tsd-is-inherited">
								<a name="cancel" class="tsd-anchor"></a>
								<h3>cancel</h3>
								<div class="tsd-signature tsd-kind-icon">cancel<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.canceleventargs.html">CancelEventArgs</a>.<a href="wijmo.canceleventargs.html#cancel">cancel</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that indicates whether the event should be canceled.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="droppingrange" class="tsd-anchor"></a>
								<h3>droppingRange</h3>
								<div class="tsd-signature tsd-kind-icon">dropping<wbr>Range<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the dragging cells range.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="isdroppingrows" class="tsd-anchor"></a>
								<h3>isDroppingRows</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Dropping<wbr>Rows<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a value indicating whether the event refers to dropping rows or columns.</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>