Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1 / FormViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// 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.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// 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
- EventProxy.cs
- AsyncCompletedEventArgs.cs
- DataGridViewCellFormattingEventArgs.cs
- InternalException.cs
- SendActivityDesignerTheme.cs
- ForEachAction.cs
- WebPartConnectionCollection.cs
- EnvelopedPkcs7.cs
- QueryCacheKey.cs
- DataGridViewSelectedColumnCollection.cs
- RelationshipEnd.cs
- SoapExtensionReflector.cs
- NativeObjectSecurity.cs
- DynamicMethod.cs
- VisualBasic.cs
- SettingsPropertyValueCollection.cs
- FusionWrap.cs
- PlainXmlDeserializer.cs
- SchemaCompiler.cs
- AstTree.cs
- ScrollItemProviderWrapper.cs
- PropertyTabAttribute.cs
- XmlJsonWriter.cs
- ManifestSignatureInformation.cs
- ResolveMatchesApril2005.cs
- MSG.cs
- ClientFormsIdentity.cs
- TreeNodeStyleCollection.cs
- EntryPointNotFoundException.cs
- ConnectionStringsSection.cs
- CodeThrowExceptionStatement.cs
- DataTableClearEvent.cs
- MimeTypePropertyAttribute.cs
- ElapsedEventArgs.cs
- ValidationHelper.cs
- TriState.cs
- GroupBox.cs
- safePerfProviderHandle.cs
- IsolatedStorageFilePermission.cs
- UnSafeCharBuffer.cs
- GenerateTemporaryTargetAssembly.cs
- SrgsSemanticInterpretationTag.cs
- Pkcs7Signer.cs
- _KerberosClient.cs
- XmlSchemaObject.cs
- EntityException.cs
- ExpressionBuilder.cs
- WindowsToolbarAsMenu.cs
- InstanceLockedException.cs
- BaseUriHelper.cs
- RequestCacheEntry.cs
- EmptyEnumerator.cs
- CodeMemberProperty.cs
- SqlInternalConnection.cs
- DataAccessor.cs
- OleDbError.cs
- InArgumentConverter.cs
- SystemNetworkInterface.cs
- SynchronizingStream.cs
- TypeConverterHelper.cs
- prompt.cs
- ScriptManagerProxy.cs
- WindowsButton.cs
- DomainUpDown.cs
- Models.cs
- HtmlSelect.cs
- DataSetFieldSchema.cs
- FacetValueContainer.cs
- HandleRef.cs
- DataRecordInternal.cs
- DataGridViewLinkColumn.cs
- SelectedGridItemChangedEvent.cs
- Int16Storage.cs
- Base64Decoder.cs
- FormatterServices.cs
- Vector3DValueSerializer.cs
- ScalarConstant.cs
- GraphicsState.cs
- TextServicesManager.cs
- DataGridTextBoxColumn.cs
- DetailsViewRow.cs
- SpellerStatusTable.cs
- Partitioner.cs
- securitycriticaldata.cs
- InputGestureCollection.cs
- MethodBuilder.cs
- ControlAdapter.cs
- BackStopAuthenticationModule.cs
- NavigationFailedEventArgs.cs
- BitmapInitialize.cs
- X509ThumbprintKeyIdentifierClause.cs
- NameNode.cs
- DSASignatureDeformatter.cs
- TemplateField.cs
- SecurityElement.cs
- NCryptSafeHandles.cs
- SoapMessage.cs
- AssemblyBuilder.cs
- DefinitionBase.cs
- SessionState.cs