Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1305376 / FormViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public FormViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the source of the command. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public FormViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the source of the command. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SelfIssuedAuthAsymmetricKey.cs
- FirstMatchCodeGroup.cs
- EventManager.cs
- QueryOutputWriter.cs
- Inflater.cs
- CultureInfo.cs
- SafeBitVector32.cs
- HostUtils.cs
- Fonts.cs
- TransactionInterop.cs
- NCryptNative.cs
- StyleCollection.cs
- Image.cs
- QilScopedVisitor.cs
- DataSourceControlBuilder.cs
- TextSelectionHighlightLayer.cs
- ConversionValidationRule.cs
- ModuleBuilderData.cs
- COM2PropertyDescriptor.cs
- DocobjHost.cs
- SqlNamer.cs
- WindowsStatusBar.cs
- XXXOnTypeBuilderInstantiation.cs
- SuppressMergeCheckAttribute.cs
- DataGridCommandEventArgs.cs
- PixelShader.cs
- DrawToolTipEventArgs.cs
- Transform3D.cs
- XmlTextReaderImplHelpers.cs
- CategoryNameCollection.cs
- RadialGradientBrush.cs
- PropertyEntry.cs
- AssociationEndMember.cs
- XPathArrayIterator.cs
- ThreadStaticAttribute.cs
- FlowLayout.cs
- TextContainerChangeEventArgs.cs
- BaseCodePageEncoding.cs
- CodeStatementCollection.cs
- CachedRequestParams.cs
- MembershipSection.cs
- MarkupObject.cs
- ProfilePropertySettingsCollection.cs
- SingleQueryOperator.cs
- AuthenticationModuleElementCollection.cs
- DataContractSerializer.cs
- SerializerWriterEventHandlers.cs
- MetadataArtifactLoaderResource.cs
- SuppressIldasmAttribute.cs
- CheckBox.cs
- DataGridItemCollection.cs
- DashStyles.cs
- Tuple.cs
- LiteralControl.cs
- HtmlTernaryTree.cs
- WebDescriptionAttribute.cs
- UntrustedRecipientException.cs
- DataGridLinkButton.cs
- Serialization.cs
- DocumentsTrace.cs
- ControlType.cs
- EntityParameter.cs
- ListItemConverter.cs
- ConfigurationValue.cs
- HelloMessage11.cs
- DependencyPropertyKind.cs
- PageRanges.cs
- X509ChainElement.cs
- COM2TypeInfoProcessor.cs
- UseManagedPresentationBindingElementImporter.cs
- SoapExtensionReflector.cs
- AlternateView.cs
- JournalEntryStack.cs
- WebPartDisplayMode.cs
- FileDialog_Vista_Interop.cs
- SHA384.cs
- Stacktrace.cs
- DynamicValueConverter.cs
- COAUTHINFO.cs
- SqlTriggerAttribute.cs
- PassportAuthenticationModule.cs
- RegistryPermission.cs
- SqlStatistics.cs
- PageWrapper.cs
- PolicyStatement.cs
- UriTemplateHelpers.cs
- PopupEventArgs.cs
- DataObject.cs
- EmbossBitmapEffect.cs
- HtmlFormWrapper.cs
- DeflateStream.cs
- DbDeleteCommandTree.cs
- SerializationSectionGroup.cs
- ExtendLockAsyncResult.cs
- StringStorage.cs
- EastAsianLunisolarCalendar.cs
- DataGridRelationshipRow.cs
- CodeTypeMember.cs
- BaseValidator.cs
- DispatcherSynchronizationContext.cs