Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceFilteringEventArgs.cs / 1 / SqlDataSourceFilteringEventArgs.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 SqlDataSource Filter event. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SqlDataSourceFilteringEventArgs : CancelEventArgs { private IOrderedDictionary _parameterValues; public SqlDataSourceFilteringEventArgs(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; using System.Security.Permissions; ////// Event arguments for the SqlDataSource Filter event. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SqlDataSourceFilteringEventArgs : CancelEventArgs { private IOrderedDictionary _parameterValues; public SqlDataSourceFilteringEventArgs(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
- BaseResourcesBuildProvider.cs
- FixedDocumentSequencePaginator.cs
- EventDescriptorCollection.cs
- FontInfo.cs
- CodeArgumentReferenceExpression.cs
- MetadataImporterQuotas.cs
- SerializationEventsCache.cs
- ExtractorMetadata.cs
- PointAnimationUsingKeyFrames.cs
- shaper.cs
- AnnotationAdorner.cs
- StylusPointProperties.cs
- ConfigXmlComment.cs
- IndexedEnumerable.cs
- DrawingAttributes.cs
- IMembershipProvider.cs
- InputReportEventArgs.cs
- Logging.cs
- Selection.cs
- PasswordRecovery.cs
- ExpressionReplacer.cs
- EntityDataSourceViewSchema.cs
- XmlDictionaryWriter.cs
- EntityModelSchemaGenerator.cs
- CertificateReferenceElement.cs
- ObjectDataSource.cs
- CodeTypeMember.cs
- AsyncResult.cs
- WorkflowLayouts.cs
- UseManagedPresentationBindingElementImporter.cs
- StylusPointPropertyInfoDefaults.cs
- TextLineBreak.cs
- UInt64Storage.cs
- ObjectParameter.cs
- IsolatedStorageException.cs
- BooleanProjectedSlot.cs
- CaseKeyBox.ViewModel.cs
- EventDescriptorCollection.cs
- complextypematerializer.cs
- HeaderUtility.cs
- glyphs.cs
- SqlDataSourceView.cs
- DateTimeConverter.cs
- ControlParameter.cs
- CompositeFontParser.cs
- ToolStripGrip.cs
- CacheMode.cs
- DefinitionUpdate.cs
- ColumnProvider.cs
- ParameterElementCollection.cs
- BamlLocalizableResourceKey.cs
- DeflateEmulationStream.cs
- XamlStyleSerializer.cs
- TableProviderWrapper.cs
- FirstMatchCodeGroup.cs
- X509WindowsSecurityToken.cs
- RepeatBehavior.cs
- ColorPalette.cs
- XPathConvert.cs
- OutputCache.cs
- InitializationEventAttribute.cs
- DataGridBoundColumn.cs
- CaseCqlBlock.cs
- AttributedMetaModel.cs
- StringSorter.cs
- Transform3DGroup.cs
- OdbcHandle.cs
- Point4D.cs
- complextypematerializer.cs
- SymDocumentType.cs
- ToolStripSettings.cs
- InvalidProgramException.cs
- ExpandSegmentCollection.cs
- FormViewUpdatedEventArgs.cs
- AlgoModule.cs
- documentation.cs
- DataRow.cs
- SelectionChangedEventArgs.cs
- ByteAnimationBase.cs
- MobileControlsSectionHandler.cs
- HTTPNotFoundHandler.cs
- UrlAuthFailedErrorFormatter.cs
- SortedSetDebugView.cs
- UserPreference.cs
- Pair.cs
- XamlParser.cs
- QilValidationVisitor.cs
- HttpServerVarsCollection.cs
- PermissionListSet.cs
- ContentElementAutomationPeer.cs
- TrustManagerPromptUI.cs
- CssStyleCollection.cs
- GridViewRow.cs
- IntegerValidatorAttribute.cs
- StaticTextPointer.cs
- Binding.cs
- ImageDrawing.cs
- ValueTypeFixupInfo.cs
- HttpBrowserCapabilitiesWrapper.cs
- WizardForm.cs