Infragistics(R) NetAdvantage(R) Windows Forms
TileStateChangingEventArgs Class Members
See Also  Properties  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : TileStateChangingEventArgs Class


The following tables list the members exposed by TileStateChangingEventArgs.

Public Constructors

 NameDescription
public ConstructorTileStateChangingEventArgs ConstructorCreates a new TileStateChangingEventArgs instance.  
Top

Public Properties

 NameDescription
public PropertyCancelGets or sets a value indicating whether the event should be canceled. (Inherited from System.ComponentModel.CancelEventArgs)
public PropertyNewStateGets the previous state of the UltraTile before the state had changed.  
public PropertyShouldAnimateGets or sets the value indicating whether the UltraTile should animate changing state.  
public PropertyTileGets the UltraTile associated with the event. (Inherited from Infragistics.Win.Misc.TileCancelEventArgs)
Top

See Also