System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs Class

Provides data for the ObjectDataSource.Filtering event of the System.Web.UI.WebControls.ObjectDataSource control.

See Also: ObjectDataSourceFilteringEventArgs Members

Syntax

public class ObjectDataSourceFilteringEventArgs : System.ComponentModel.CancelEventArgs

Remarks

The System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs class is used to pass data to the ObjectDataSource.Filtering event handler of the System.Web.UI.WebControls.ObjectDataSource control. The ObjectDataSourceFilteringEventArgs.ParameterValues property provides access to the filter parameter values before the filtering operation is performed. You can cancel the ObjectDataSource.Select method by setting the System.ComponentModel.CancelEventArgs.Cancel property of the System.Web.UI.WebControls.ObjectDataSourceFilteringEventArgs to true.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0