LinqDataSourceDeleteEventArgs Constructors

Definition

Initializes a new instance of the LinqDataSourceDeleteEventArgs class.

Overloads

LinqDataSourceDeleteEventArgs(Object)

Initializes a new instance of the LinqDataSourceDeleteEventArgs class.

LinqDataSourceDeleteEventArgs(LinqDataSourceValidationException)

Initializes a new instance of the LinqDataSourceDeleteEventArgs class with the specified exception.

LinqDataSourceDeleteEventArgs(Object)

Initializes a new instance of the LinqDataSourceDeleteEventArgs class.

public:
 LinqDataSourceDeleteEventArgs(System::Object ^ originalObject);
public LinqDataSourceDeleteEventArgs (object originalObject);
new System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs : obj -> System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs
Public Sub New (originalObject As Object)

Parameters

originalObject
Object

An object of the type specified in the TableName property that contains the data to delete.

Applies to

LinqDataSourceDeleteEventArgs(LinqDataSourceValidationException)

Initializes a new instance of the LinqDataSourceDeleteEventArgs class with the specified exception.

public:
 LinqDataSourceDeleteEventArgs(System::Web::UI::WebControls::LinqDataSourceValidationException ^ exception);
public LinqDataSourceDeleteEventArgs (System.Web.UI.WebControls.LinqDataSourceValidationException exception);
new System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs : System.Web.UI.WebControls.LinqDataSourceValidationException -> System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs
Public Sub New (exception As LinqDataSourceValidationException)

Parameters

exception
LinqDataSourceValidationException

The exception that occurred when validating the data to delete.

Applies to