Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectDataProvider.cs
- GridViewItemAutomationPeer.cs
- ConstNode.cs
- SqlRowUpdatedEvent.cs
- x509utils.cs
- HtmlLabelAdapter.cs
- SoundPlayerAction.cs
- FrameworkContentElement.cs
- PtsContext.cs
- XmlArrayItemAttribute.cs
- LogReservationCollection.cs
- RSAPKCS1SignatureFormatter.cs
- ProcessingInstructionAction.cs
- FlowLayout.cs
- Glyph.cs
- FrameworkElementFactory.cs
- UserControl.cs
- Resources.Designer.cs
- uribuilder.cs
- OdbcConnectionStringbuilder.cs
- OracleConnectionStringBuilder.cs
- ObjectItemCollection.cs
- AliasedExpr.cs
- ToolStripPanelSelectionBehavior.cs
- Command.cs
- RuleConditionDialog.Designer.cs
- TextRunCache.cs
- BooleanExpr.cs
- DeferredReference.cs
- ActivityIdHeader.cs
- AddingNewEventArgs.cs
- CodeMethodInvokeExpression.cs
- DataGridCellsPanel.cs
- BaseComponentEditor.cs
- SqlProvider.cs
- FlowDocumentReader.cs
- ImageCodecInfo.cs
- PropertyValueUIItem.cs
- Button.cs
- SecurityKeyIdentifierClause.cs
- UniqueID.cs
- TreeNodeCollection.cs
- ParagraphResult.cs
- SmtpFailedRecipientException.cs
- DataGridHeaderBorder.cs
- MarkerProperties.cs
- StructuredType.cs
- RsaSecurityTokenAuthenticator.cs
- RequestCacheValidator.cs
- RenderTargetBitmap.cs
- FunctionUpdateCommand.cs
- StylusButtonEventArgs.cs
- SHA256Managed.cs
- WindowVisualStateTracker.cs
- HtmlMeta.cs
- regiisutil.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ProgressPage.cs
- RadioButtonList.cs
- XmlSignatureManifest.cs
- PolicyException.cs
- HostVisual.cs
- ServiceSecurityContext.cs
- PackageDigitalSignatureManager.cs
- SafeNativeMethods.cs
- StrongNameHelpers.cs
- Divide.cs
- MatrixCamera.cs
- EditorPartChrome.cs
- RegexCharClass.cs
- HuffmanTree.cs
- ScalarType.cs
- SafeRightsManagementPubHandle.cs
- UriSectionData.cs
- Version.cs
- Preprocessor.cs
- SettingsProperty.cs
- Padding.cs
- ClassImporter.cs
- ReflectionTypeLoadException.cs
- TabletDeviceInfo.cs
- RectangleGeometry.cs
- DependencyPropertyDescriptor.cs
- ListViewItem.cs
- RectangleHotSpot.cs
- LinkLabel.cs
- ProcessManager.cs
- XmlText.cs
- HttpModuleActionCollection.cs
- filewebrequest.cs
- Win32.cs
- BatchStream.cs
- TemplateNodeContextMenu.cs
- NativeRecognizer.cs
- TabPage.cs
- FullTextLine.cs
- _AutoWebProxyScriptHelper.cs
- EventBookmark.cs
- CultureData.cs
- MostlySingletonList.cs