Version

TileMovingEventArgs Class Members

The following tables list the members exposed by TileMovingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTileMovingEventArgs ConstructorCreates a new TileMovingEventArgs instance.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyNewPositionGets the new row and column index values within the owning UltraTilePanel where the UltraTile will be moved.  
Public PropertyShouldAnimateGets or sets the value indicating whether the UltraTile should animate moving.  
Public PropertyTileGets the UltraTile associated with the event. (Inherited from Infragistics.Win.Misc.TileCancelEventArgs)
See Also