Version

TileDroppedEventArgs Class Members

The following tables list the members exposed by TileDroppedEventArgs.

Public Constructors
 NameDescription
Public ConstructorTileDroppedEventArgs ConstructorCreates a new TileDroppedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyOldPositionGets the previous row and column index values within the owning UltraTilePanel from where the UltraTile was dragged.  
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.TileEventArgs)
See Also