| Visual Basic (Declaration) | |
|---|---|
Public Event Moving As TileMovingEventHandler | |
| C# | |
|---|---|
public event TileMovingEventHandler Moving | |
The event handler receives an argument of type TileMovingEventArgs containing data related to this event. The following TileMovingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Gets or sets a value indicating whether the event should be canceled. | |
| NewPosition | Gets the new row and column index values within the owning UltraTilePanel where the UltraTile will be moved. |
| ShouldAnimate | Gets or sets the value indicating whether the UltraTile should animate moving. |
| Tile (Inherited from Infragistics.Win.Misc.TileCancelEventArgs) | Gets the UltraTile associated with the event. |