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
- EntityDataReader.cs
- TextBoxAutoCompleteSourceConverter.cs
- DataKey.cs
- SafeThemeHandle.cs
- VisualTreeUtils.cs
- DateRangeEvent.cs
- LinqDataSourceDeleteEventArgs.cs
- DataGridViewCellFormattingEventArgs.cs
- HtmlImage.cs
- XmlSchemaAttributeGroupRef.cs
- XmlSchemaExternal.cs
- MailAddress.cs
- Rss20FeedFormatter.cs
- FlowLayoutPanel.cs
- SafeRightsManagementSessionHandle.cs
- InstanceDescriptor.cs
- PerformanceCounterManager.cs
- OciLobLocator.cs
- DetailsViewDeletedEventArgs.cs
- TypefaceMetricsCache.cs
- InputMethodStateChangeEventArgs.cs
- HttpConfigurationSystem.cs
- WebDescriptionAttribute.cs
- DispatcherExceptionFilterEventArgs.cs
- TextBox.cs
- SelectionRangeConverter.cs
- MetadataItem_Static.cs
- FileChangesMonitor.cs
- X509CertificateCollection.cs
- ping.cs
- RoleService.cs
- File.cs
- DriveNotFoundException.cs
- ClonableStack.cs
- BinaryObjectWriter.cs
- LinqExpressionNormalizer.cs
- DataContractSerializer.cs
- ArgumentNullException.cs
- SourceLocationProvider.cs
- Scheduling.cs
- EditBehavior.cs
- OleDbDataReader.cs
- ConnectionPointCookie.cs
- CqlGenerator.cs
- ConfigXmlSignificantWhitespace.cs
- PageVisual.cs
- ListView.cs
- DecoderExceptionFallback.cs
- SmtpFailedRecipientException.cs
- DefaultIfEmptyQueryOperator.cs
- CleanUpVirtualizedItemEventArgs.cs
- GeneralTransform.cs
- PriorityBindingExpression.cs
- SubMenuStyleCollection.cs
- ObjectListCommand.cs
- HtmlControl.cs
- GeneralTransform3DGroup.cs
- controlskin.cs
- DBSqlParserTableCollection.cs
- BinaryObjectWriter.cs
- ServerTooBusyException.cs
- PageCopyCount.cs
- MulticastDelegate.cs
- TableColumnCollection.cs
- Stopwatch.cs
- SynchronizingStream.cs
- DefaultPropertyAttribute.cs
- PageParserFilter.cs
- OdbcConnectionString.cs
- safex509handles.cs
- Attributes.cs
- EditorPartChrome.cs
- messageonlyhwndwrapper.cs
- CommandID.cs
- AttachedPropertyBrowsableAttribute.cs
- ConnectionStringsExpressionBuilder.cs
- TextFormatterImp.cs
- SoapBinding.cs
- SamlAssertionKeyIdentifierClause.cs
- METAHEADER.cs
- GeneralTransform3D.cs
- ObjectStateFormatter.cs
- ImageKeyConverter.cs
- ArrayConverter.cs
- UrlPath.cs
- TextEvent.cs
- HttpRequestWrapper.cs
- GenericQueueSurrogate.cs
- NetTcpBinding.cs
- ListenerTraceUtility.cs
- Symbol.cs
- TypeLibConverter.cs
- WebBrowserNavigatedEventHandler.cs
- GlyphsSerializer.cs
- QueueException.cs
- LogSwitch.cs
- OutputCacheProfileCollection.cs
- SemaphoreSecurity.cs
- DbConnectionInternal.cs
- DataControlField.cs