Version

GroupExitingEditModeEventArgs Class Members

The following tables list the members exposed by GroupExitingEditModeEventArgs.

Public Constructors
 NameDescription
Public ConstructorGroupExitingEditModeEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyApplyChangesReturns or sets a boolean value indicating whether the group's Text property should be changed to the editor's value.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyGroupReturns a reference to the group associated with this event. (Inherited from Infragistics.Win.UltraWinLiveTileView.TileGroupCancelEventArgs)
Public PropertyValueReturns or sets the value that will be assigned to the group's Text property if the event is not canceled.  
See Also