Version

BeforeRowEditTemplateClosedEventArgs Class Members

The following tables list the members exposed by BeforeRowEditTemplateClosedEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeRowEditTemplateClosedEventArgs ConstructorInitializes a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyForceClosingReturns whether the template is going to be closed and cannot be cancelled, such as when the template is shown as a popup.  
Public PropertyTemplateReturns the template that is about to be closed.  
See Also