Show / Hide Table of Contents

Method ConfirmDelete

| Improve this Doc View Source

ConfirmDelete()

Confirms row deletion.

Declaration
protected virtual bool ConfirmDelete()
Returns
Type Description
System.Boolean

true if row deletion confirmed, otherwise false.

Remarks

The default implementation always returns true. Derived class can override this method to provide custom implementation such as displaying a confirmation dialog.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest