Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceCommandEventArgs.cs / 1 / SqlDataSourceCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Data; using System.Data.Common; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SqlDataSourceCommandEventArgs : CancelEventArgs { private DbCommand _command; public SqlDataSourceCommandEventArgs(DbCommand command) : base() { _command = command; } public DbCommand Command { get { return _command; } } } } // 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
- ConnectionConsumerAttribute.cs
- EntryPointNotFoundException.cs
- UseAttributeSetsAction.cs
- DropSource.cs
- PropertyMapper.cs
- DataListGeneralPage.cs
- XPathAncestorIterator.cs
- AttributeCollection.cs
- ParameterRefs.cs
- FixedSOMLineRanges.cs
- DateTimePickerDesigner.cs
- Int16KeyFrameCollection.cs
- LayoutInformation.cs
- PerformanceCounter.cs
- StoreItemCollection.Loader.cs
- ArrayWithOffset.cs
- Profiler.cs
- HtmlUtf8RawTextWriter.cs
- Walker.cs
- DataGridViewCellCollection.cs
- FileSystemWatcher.cs
- WebSysDescriptionAttribute.cs
- BamlRecordHelper.cs
- DuplicateDetector.cs
- PipelineModuleStepContainer.cs
- Tokenizer.cs
- InfoCardKeyedHashAlgorithm.cs
- EraserBehavior.cs
- Point3DAnimationBase.cs
- DataFormats.cs
- DataServiceRequest.cs
- ArcSegment.cs
- XmlILTrace.cs
- StretchValidation.cs
- SharedPersonalizationStateInfo.cs
- HitTestParameters3D.cs
- TreeNodeBinding.cs
- SkipQueryOptionExpression.cs
- ServiceEndpoint.cs
- DataKey.cs
- ContainerTracking.cs
- SqlFormatter.cs
- TextBoxBase.cs
- HtmlElement.cs
- SerializationSectionGroup.cs
- bindurihelper.cs
- Line.cs
- TextEffectCollection.cs
- RectangleConverter.cs
- VirtualizedCellInfoCollection.cs
- MatrixCamera.cs
- XPathAxisIterator.cs
- GenerateTemporaryAssemblyTask.cs
- BigInt.cs
- Command.cs
- MessageEncodingBindingElementImporter.cs
- TaiwanCalendar.cs
- QueryPageSettingsEventArgs.cs
- HitTestFilterBehavior.cs
- DivideByZeroException.cs
- TextElementCollectionHelper.cs
- DataTemplateKey.cs
- XsdBuilder.cs
- StrokeCollection2.cs
- InvokeMethod.cs
- SchemaImporterExtension.cs
- FrameworkRichTextComposition.cs
- ObjectListCommandsPage.cs
- GroupBoxRenderer.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- HostSecurityManager.cs
- Point3D.cs
- UrlPath.cs
- ExpressionQuoter.cs
- SrgsNameValueTag.cs
- WebPartsPersonalizationAuthorization.cs
- RectangleHotSpot.cs
- VersionPair.cs
- MimeObjectFactory.cs
- TableLayoutSettingsTypeConverter.cs
- SQLMoneyStorage.cs
- DataBinder.cs
- AppDomainUnloadedException.cs
- XPathItem.cs
- ToolStripItemBehavior.cs
- iisPickupDirectory.cs
- DesignerVerbCollection.cs
- MDIWindowDialog.cs
- RenderContext.cs
- CompilerTypeWithParams.cs
- LabelAutomationPeer.cs
- ActivityMarkupSerializationProvider.cs
- XmlSchemaSimpleTypeUnion.cs
- documentation.cs
- DbgUtil.cs
- HashMembershipCondition.cs
- ListBox.cs
- OracleParameterCollection.cs
- RC2CryptoServiceProvider.cs
- ColumnResult.cs