Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / ObjectDataSourceFilteringEventArgs.cs / 1305376 / ObjectDataSourceFilteringEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Specialized; using System.ComponentModel; ////// Event arguments for the ObjectDataSource Filter event. /// public class ObjectDataSourceFilteringEventArgs : CancelEventArgs { private IOrderedDictionary _parameterValues; public ObjectDataSourceFilteringEventArgs(IOrderedDictionary parameterValues) { _parameterValues = parameterValues; } public IOrderedDictionary ParameterValues { get { return _parameterValues; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Specialized; using System.ComponentModel; ////// Event arguments for the ObjectDataSource Filter event. /// public class ObjectDataSourceFilteringEventArgs : CancelEventArgs { private IOrderedDictionary _parameterValues; public ObjectDataSourceFilteringEventArgs(IOrderedDictionary parameterValues) { _parameterValues = parameterValues; } public IOrderedDictionary ParameterValues { get { return _parameterValues; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PersonalizationDictionary.cs
- PictureBox.cs
- EventLogInternal.cs
- XPathAncestorIterator.cs
- MimeObjectFactory.cs
- Misc.cs
- COM2PropertyDescriptor.cs
- ModifiableIteratorCollection.cs
- XmlSchemaValidator.cs
- AsymmetricCryptoHandle.cs
- BrushMappingModeValidation.cs
- GroupJoinQueryOperator.cs
- StackOverflowException.cs
- DataGridViewImageColumn.cs
- PinnedBufferMemoryStream.cs
- DesignerVerb.cs
- SortedDictionary.cs
- CryptoConfig.cs
- DataGridRelationshipRow.cs
- TextElementCollectionHelper.cs
- StatusBarPanelClickEvent.cs
- DataBindingValueUIHandler.cs
- SymLanguageVendor.cs
- PriorityQueue.cs
- PaginationProgressEventArgs.cs
- StaticFileHandler.cs
- Identity.cs
- CategoryState.cs
- DynamicMethod.cs
- PixelFormat.cs
- FontInfo.cs
- TypeHelpers.cs
- EncryptedData.cs
- IndexedString.cs
- SortExpressionBuilder.cs
- DataGridColumnCollection.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SerializationAttributes.cs
- WebUtil.cs
- HybridObjectCache.cs
- NCryptNative.cs
- XmlNode.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ImageIndexConverter.cs
- Stroke2.cs
- IIS7UserPrincipal.cs
- WebPartActionVerb.cs
- Int32Collection.cs
- ListMarkerSourceInfo.cs
- SystemInfo.cs
- TreeNodeBinding.cs
- DeleteHelper.cs
- HMACSHA256.cs
- DataListGeneralPage.cs
- BevelBitmapEffect.cs
- FileLogRecordEnumerator.cs
- path.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- BehaviorService.cs
- DropDownList.cs
- ValidationErrorCollection.cs
- TdsParserStaticMethods.cs
- LabelDesigner.cs
- LabelLiteral.cs
- SaveFileDialogDesigner.cs
- SqlConnectionPoolProviderInfo.cs
- ClientConfigPaths.cs
- CollectionConverter.cs
- ZipArchive.cs
- TextFormattingConverter.cs
- TextTreePropertyUndoUnit.cs
- DeleteIndexBinder.cs
- PingReply.cs
- PipeSecurity.cs
- AlternateView.cs
- StaticFileHandler.cs
- StrokeDescriptor.cs
- TableSectionStyle.cs
- Validator.cs
- PolyLineSegmentFigureLogic.cs
- Pair.cs
- MenuItemCollectionEditor.cs
- InlineUIContainer.cs
- IdentityValidationException.cs
- MouseCaptureWithinProperty.cs
- ReflectPropertyDescriptor.cs
- IDReferencePropertyAttribute.cs
- Pool.cs
- TextSpanModifier.cs
- DataGridViewCellPaintingEventArgs.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- DataGridViewRowEventArgs.cs
- BevelBitmapEffect.cs
- DrawingBrush.cs
- ErrorRuntimeConfig.cs
- TextEffect.cs
- nulltextnavigator.cs
- StyleBamlTreeBuilder.cs
- ChannelPoolSettings.cs
- GraphicsPathIterator.cs