Version

ExpandedStateChangingEventArgs Class Members

The following tables list the members exposed by ExpandedStateChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorExpandedStateChangingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCollapsingReturns true if the Expanded property is transitioning from true to false.  
Public PropertyExpandingReturns true if the Expanded property is transitioning from false to true.  
See Also