Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- SmiGettersStream.cs
- ZoneLinkButton.cs
- DirectionalLight.cs
- GraphicsContainer.cs
- MenuTracker.cs
- ApplicationFileParser.cs
- ServiceErrorHandler.cs
- ScrollItemPattern.cs
- SortedDictionary.cs
- SqlFunctionAttribute.cs
- GeneralTransformGroup.cs
- CalendarDateRangeChangingEventArgs.cs
- ItemsControlAutomationPeer.cs
- SchemaManager.cs
- HandlerMappingMemo.cs
- ByteStorage.cs
- AsymmetricCryptoHandle.cs
- COAUTHIDENTITY.cs
- XmlSchemaFacet.cs
- CommandID.cs
- XmlSigningNodeWriter.cs
- SettingsBindableAttribute.cs
- LinqDataSourceDisposeEventArgs.cs
- AutomationPeer.cs
- SetterBaseCollection.cs
- CurrentTimeZone.cs
- Int64AnimationUsingKeyFrames.cs
- DataKeyCollection.cs
- Stylesheet.cs
- Calendar.cs
- TextLineResult.cs
- XmlSchemaAttributeGroup.cs
- EncodingInfo.cs
- ReaderOutput.cs
- MenuItemStyle.cs
- FieldToken.cs
- BigInt.cs
- ProtocolsConfiguration.cs
- NavigationEventArgs.cs
- CompareValidator.cs
- FilteredAttributeCollection.cs
- SessionStateItemCollection.cs
- SchemaCollectionCompiler.cs
- ThousandthOfEmRealDoubles.cs
- DictionaryChange.cs
- XmlCodeExporter.cs
- GeneralTransform3D.cs
- BitmapSourceSafeMILHandle.cs
- RefreshEventArgs.cs
- oledbmetadatacolumnnames.cs
- SqlServices.cs
- TypeInitializationException.cs
- FacetEnabledSchemaElement.cs
- MemberPath.cs
- WebBrowserBase.cs
- DateTimeFormatInfo.cs
- Trigger.cs
- ConfigDefinitionUpdates.cs
- RegexCapture.cs
- CustomError.cs
- BinaryObjectWriter.cs
- ListViewAutomationPeer.cs
- _AutoWebProxyScriptWrapper.cs
- NamedPipeChannelFactory.cs
- ControlDesigner.cs
- SequenceFullException.cs
- DataGridViewImageCell.cs
- EndOfStreamException.cs
- ToolStripOverflowButton.cs
- PrinterUnitConvert.cs
- ContextMenuStripActionList.cs
- Select.cs
- StaticDataManager.cs
- EmptyEnumerator.cs
- TagMapInfo.cs
- TcpConnectionPoolSettingsElement.cs
- RegexReplacement.cs
- SafeCryptoHandles.cs
- TableRow.cs
- EditingCoordinator.cs
- METAHEADER.cs
- _NegotiateClient.cs
- MetadataCacheItem.cs
- FontStyleConverter.cs
- SchemaImporterExtensionElementCollection.cs
- EventLogEntry.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- Evidence.cs
- BufferBuilder.cs
- ColorIndependentAnimationStorage.cs
- CurrentTimeZone.cs
- Int32RectValueSerializer.cs
- ToolStripGrip.cs
- FontStretch.cs
- X509Utils.cs
- _SslSessionsCache.cs
- Rectangle.cs
- _OverlappedAsyncResult.cs
- LocatorPart.cs
- ButtonField.cs