Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / ObjectDataSourceFilteringEventArgs.cs / 1 / ObjectDataSourceFilteringEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Security.Permissions;
///
/// Event arguments for the ObjectDataSource Filter event.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class ObjectDataSourceFilteringEventArgs : CancelEventArgs {
private IOrderedDictionary _parameterValues;
public ObjectDataSourceFilteringEventArgs(IOrderedDictionary parameterValues) {
_parameterValues = parameterValues;
}
public IOrderedDictionary ParameterValues {
get {
return _parameterValues;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WmlListAdapter.cs
- WindowCollection.cs
- XmlMembersMapping.cs
- Utils.cs
- DataObjectPastingEventArgs.cs
- FixedFlowMap.cs
- Timeline.cs
- CodeTypeDeclaration.cs
- SchemaConstraints.cs
- TextPointerBase.cs
- ObjectListComponentEditor.cs
- Opcode.cs
- ObjectDisposedException.cs
- PeerTransportListenAddressValidator.cs
- ModelUtilities.cs
- KeyPressEvent.cs
- DelegateTypeInfo.cs
- AuthStoreRoleProvider.cs
- NameObjectCollectionBase.cs
- SmtpFailedRecipientsException.cs
- XmlQueryType.cs
- DesignTimeSiteMapProvider.cs
- AstNode.cs
- ExpressionVisitor.cs
- WebServicesSection.cs
- SmtpReplyReader.cs
- DirectoryInfo.cs
- BaseAutoFormat.cs
- XmlSchemaAll.cs
- TemplateControl.cs
- RuntimeConfigLKG.cs
- RemotingAttributes.cs
- OperatingSystemVersionCheck.cs
- TextDecorationUnitValidation.cs
- HtmlButton.cs
- WorkflowPageSetupDialog.cs
- TypedRowHandler.cs
- securestring.cs
- DataSourceCache.cs
- DependencyPropertyValueSerializer.cs
- SqlWebEventProvider.cs
- CheckBox.cs
- EntityDataSourceMemberPath.cs
- DetailsViewUpdatedEventArgs.cs
- IfJoinedCondition.cs
- SqlCharStream.cs
- UriTemplateHelpers.cs
- WindowAutomationPeer.cs
- ValidatorCompatibilityHelper.cs
- SerializationFieldInfo.cs
- WorkflowOperationBehavior.cs
- IdentityHolder.cs
- NullableConverter.cs
- BatchWriter.cs
- HwndHost.cs
- RestClientProxyHandler.cs
- WebPartCatalogCloseVerb.cs
- RelationalExpressions.cs
- WebBrowserPermission.cs
- AuthenticationConfig.cs
- ConfigurationManager.cs
- MemberAccessException.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- GeometryModel3D.cs
- Int32RectConverter.cs
- ElementProxy.cs
- BypassElement.cs
- StrongNameUtility.cs
- ISCIIEncoding.cs
- DeploymentSection.cs
- ColumnPropertiesGroup.cs
- ComponentDispatcher.cs
- ProviderConnectionPoint.cs
- WorkflowQueueInfo.cs
- OrderByExpression.cs
- DataShape.cs
- GuidTagList.cs
- QuotedStringWriteStateInfo.cs
- HGlobalSafeHandle.cs
- DoubleAnimationUsingKeyFrames.cs
- HandleCollector.cs
- MailDefinition.cs
- ColorPalette.cs
- XmlCompatibilityReader.cs
- ZoneMembershipCondition.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- OutputScopeManager.cs
- EntityDataSourceState.cs
- SystemIcons.cs
- PrintDialog.cs
- DynamicPhysicalDiscoSearcher.cs
- RotateTransform3D.cs
- SortFieldComparer.cs
- WindowsListViewSubItem.cs
- SQLInt32Storage.cs
- AssemblyName.cs
- PersonalizationState.cs
- DataColumn.cs
- SingleAnimationUsingKeyFrames.cs
- TemplateManager.cs