Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComboBox.cs
- PolyBezierSegment.cs
- ScriptBehaviorDescriptor.cs
- EntityTemplateUserControl.cs
- ColorContext.cs
- AmbientValueAttribute.cs
- SchemaComplexType.cs
- LinkLabel.cs
- ArrayList.cs
- GiveFeedbackEventArgs.cs
- FirewallWrapper.cs
- TemplateBindingExtensionConverter.cs
- MsmqIntegrationChannelListener.cs
- SecurityUniqueId.cs
- OleDbPermission.cs
- SqlFlattener.cs
- StandardCommands.cs
- TypeExtension.cs
- GenericUriParser.cs
- TransferMode.cs
- FastPropertyAccessor.cs
- CompiledAction.cs
- NotificationContext.cs
- ConfigurationConverterBase.cs
- StringFunctions.cs
- AssemblyResourceLoader.cs
- RichTextBoxAutomationPeer.cs
- UserControlCodeDomTreeGenerator.cs
- CellPartitioner.cs
- InternalControlCollection.cs
- SmiEventSink.cs
- TcpProcessProtocolHandler.cs
- BindingList.cs
- SafeLocalMemHandle.cs
- CodeCompiler.cs
- RtfToXamlLexer.cs
- MouseGestureConverter.cs
- DragDropManager.cs
- IdnElement.cs
- TextTabProperties.cs
- TreeView.cs
- TabControl.cs
- StateChangeEvent.cs
- KnownTypesHelper.cs
- ProcessHostConfigUtils.cs
- ReturnValue.cs
- Clipboard.cs
- LineGeometry.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- SmtpAuthenticationManager.cs
- GridViewDeletedEventArgs.cs
- Set.cs
- SqlLiftWhereClauses.cs
- GPRECT.cs
- FontSizeConverter.cs
- StringWriter.cs
- SpecialNameAttribute.cs
- MetaData.cs
- OracleParameterBinding.cs
- TextTreeInsertElementUndoUnit.cs
- XmlSchemaComplexContentRestriction.cs
- CodeAttributeArgumentCollection.cs
- Listener.cs
- StrongNamePublicKeyBlob.cs
- TextEditor.cs
- OrderedDictionaryStateHelper.cs
- ConfigXmlComment.cs
- ExpressionBuilderContext.cs
- ProfileEventArgs.cs
- ImageSource.cs
- TCPListener.cs
- MessageFilter.cs
- BevelBitmapEffect.cs
- ProcessModule.cs
- MachineSettingsSection.cs
- AnnotationComponentChooser.cs
- SeekableMessageNavigator.cs
- bidPrivateBase.cs
- InternalPermissions.cs
- SchemaImporterExtensionsSection.cs
- RowBinding.cs
- XmlNavigatorStack.cs
- ScriptingProfileServiceSection.cs
- WMIInterop.cs
- Control.cs
- HttpCacheVaryByContentEncodings.cs
- COM2PropertyPageUITypeConverter.cs
- Page.cs
- ContextDataSource.cs
- WindowsListViewGroup.cs
- RegexWorker.cs
- TypeConverterValueSerializer.cs
- ResourceDescriptionAttribute.cs
- EdmFunctionAttribute.cs
- AppDomain.cs
- CacheChildrenQuery.cs
- SHA384.cs
- XXXInfos.cs
- XmlCountingReader.cs
- SiteMapSection.cs