Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceCommandEventArgs.cs / 1305376 / 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; 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. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Data; using System.Data.Common; 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MatrixIndependentAnimationStorage.cs
- PartitionResolver.cs
- ExpandableObjectConverter.cs
- UnsafeNativeMethods.cs
- PixelFormats.cs
- MenuRenderer.cs
- WebPartDescription.cs
- ObjectListComponentEditor.cs
- NotCondition.cs
- CodeNamespace.cs
- CheckBoxField.cs
- SHA384CryptoServiceProvider.cs
- CodeSnippetCompileUnit.cs
- xmlsaver.cs
- HtmlContainerControl.cs
- DebugView.cs
- IgnoreFileBuildProvider.cs
- DbDataAdapter.cs
- PerspectiveCamera.cs
- WebServiceData.cs
- HostedAspNetEnvironment.cs
- ParseHttpDate.cs
- XmlUrlEditor.cs
- ObjectSet.cs
- StackOverflowException.cs
- AsyncPostBackTrigger.cs
- AnnotationAuthorChangedEventArgs.cs
- PngBitmapDecoder.cs
- PerformanceCounterCategory.cs
- Command.cs
- DataTableTypeConverter.cs
- XmlSigningNodeWriter.cs
- FileSystemInfo.cs
- SyntaxCheck.cs
- Calendar.cs
- CalendarData.cs
- Path.cs
- Rotation3D.cs
- BamlResourceContent.cs
- KeyGestureConverter.cs
- AggregateException.cs
- StringArrayEditor.cs
- querybuilder.cs
- ColumnCollection.cs
- LoadRetryHandler.cs
- OverloadGroupAttribute.cs
- OdbcParameter.cs
- DelayedRegex.cs
- GradientStop.cs
- ListViewDesigner.cs
- Mapping.cs
- DataGridViewBindingCompleteEventArgs.cs
- NativeRecognizer.cs
- Maps.cs
- AndMessageFilter.cs
- EntityContainerAssociationSet.cs
- PropertyExpression.cs
- HandlerFactoryWrapper.cs
- BindingContext.cs
- RelationshipManager.cs
- AccessorTable.cs
- UnicodeEncoding.cs
- SqlNodeAnnotations.cs
- ToolStripContainer.cs
- FileDataSourceCache.cs
- EdgeModeValidation.cs
- StringReader.cs
- XsltInput.cs
- LockCookie.cs
- DataGridViewTextBoxCell.cs
- xml.cs
- Propagator.ExtentPlaceholderCreator.cs
- ColorPalette.cs
- XmlNodeWriter.cs
- TdsParameterSetter.cs
- StringConverter.cs
- CustomWebEventKey.cs
- DeferredSelectedIndexReference.cs
- TaskFormBase.cs
- XmlILStorageConverter.cs
- DynamicPhysicalDiscoSearcher.cs
- Main.cs
- PeerApplicationLaunchInfo.cs
- VectorKeyFrameCollection.cs
- TlsSspiNegotiation.cs
- ProfilePropertySettingsCollection.cs
- CodeParameterDeclarationExpression.cs
- FormsAuthenticationUserCollection.cs
- WorkflowDebuggerSteppingAttribute.cs
- GifBitmapDecoder.cs
- AttachedAnnotation.cs
- MenuBindingsEditor.cs
- Win32KeyboardDevice.cs
- OuterGlowBitmapEffect.cs
- OutputCacheProfileCollection.cs
- GeometryHitTestResult.cs
- UpdateCommand.cs
- TabItemAutomationPeer.cs
- PrimitiveType.cs
- EdmToObjectNamespaceMap.cs