Version

BeforeToolExitEditModeEventArgs Class Members

The following tables list the members exposed by BeforeToolExitEditModeEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCancelingEditModeIndicates whether the edit operation is being canceled.  
Public PropertyForceExitReadOnly. Returns a boolean indicating whether the exit mode is being forced to exit. If true, cancelling the event will not prevent the tool from exiting edit mode.  
Public PropertyRestoreOriginalValueReturns or sets whether the value of the tool should be restored to the original value, that is the value of the tool before it entered edit mode.  
Public PropertyToolThe tool. (Inherited from Infragistics.Win.UltraWinToolbars.CancelableToolEventArgs)
See Also