This documentation is archived and is not being maintained.

LinqDataSourceDeleteEventArgs Properties

The LinqDataSourceDeleteEventArgs type exposes the following members.

  NameDescription
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property Exception Gets the exception that was thrown while the data was being validated before the delete operation.
Public property ExceptionHandled Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again.
Public property OriginalObject Gets the object that represents the data to delete.
Top
Show: