Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / DataListCommandEventArgs.cs / 1 / DataListCommandEventArgs.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 DataListCommandEventArgs : CommandEventArgs { private DataListItem item; private object commandSource; ///Provides data for the ///event of a . /// /// public DataListCommandEventArgs(DataListItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ///class. /// public DataListItem Item { get { return item; } } ///Gets the selected item in the ///. /// public object CommandSource { get { return commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the source of the command. ///// 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 DataListCommandEventArgs : CommandEventArgs { private DataListItem item; private object commandSource; ///Provides data for the ///event of a . /// /// public DataListCommandEventArgs(DataListItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ///class. /// public DataListItem Item { get { return item; } } ///Gets the selected item in the ///. /// public object CommandSource { get { return commandSource; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the source of the command. ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- uribuilder.cs
- EnumerableCollectionView.cs
- RequestBringIntoViewEventArgs.cs
- GradientStop.cs
- CodeTypeReferenceCollection.cs
- AvtEvent.cs
- FormViewModeEventArgs.cs
- BinHexDecoder.cs
- AnnotationHighlightLayer.cs
- InternalConfigEventArgs.cs
- ConsoleTraceListener.cs
- TripleDES.cs
- PersonalizationStateInfoCollection.cs
- DrawingAttributesDefaultValueFactory.cs
- IPCCacheManager.cs
- BitmapEffectInput.cs
- ShadowGlyph.cs
- OpenTypeLayoutCache.cs
- EndpointDispatcher.cs
- DomainUpDown.cs
- WindowsGrip.cs
- UrlMappingsModule.cs
- MasterPageBuildProvider.cs
- BamlRecords.cs
- ScrollChrome.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SR.cs
- StringFreezingAttribute.cs
- ProcessRequestArgs.cs
- SkinBuilder.cs
- TablePatternIdentifiers.cs
- M3DUtil.cs
- StyleSelector.cs
- AsyncCompletedEventArgs.cs
- CapiSymmetricAlgorithm.cs
- Sql8ConformanceChecker.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- Int64Animation.cs
- ILGenerator.cs
- elementinformation.cs
- CodeArrayCreateExpression.cs
- WindowsAuthenticationModule.cs
- PropertyItem.cs
- _ChunkParse.cs
- JpegBitmapDecoder.cs
- TextElementCollection.cs
- NavigationPropertySingletonExpression.cs
- GeneralTransformGroup.cs
- ValidationErrorEventArgs.cs
- BaseCollection.cs
- ToolStripSeparator.cs
- IndicShape.cs
- TagMapInfo.cs
- AssemblyFilter.cs
- EntitySqlQueryCacheKey.cs
- WaitForChangedResult.cs
- ScriptReferenceBase.cs
- ButtonRenderer.cs
- Binding.cs
- CultureSpecificCharacterBufferRange.cs
- HttpGetProtocolReflector.cs
- SessionEndingEventArgs.cs
- HierarchicalDataBoundControlAdapter.cs
- CollectionType.cs
- DataGridViewAccessibleObject.cs
- BitmapCodecInfo.cs
- TypeDependencyAttribute.cs
- PageAdapter.cs
- WindowsScrollBarBits.cs
- Single.cs
- ToggleProviderWrapper.cs
- CodeStatementCollection.cs
- HierarchicalDataBoundControl.cs
- Overlapped.cs
- TextTrailingWordEllipsis.cs
- DecimalAnimation.cs
- UiaCoreProviderApi.cs
- SocketStream.cs
- LinkedResource.cs
- XmlDocument.cs
- FormsAuthenticationUser.cs
- EventBuilder.cs
- TrimSurroundingWhitespaceAttribute.cs
- PriorityQueue.cs
- Documentation.cs
- PersistenceTypeAttribute.cs
- UInt16Storage.cs
- WebEvents.cs
- Unit.cs
- BlockCollection.cs
- ZeroOpNode.cs
- AutoResetEvent.cs
- XmlNavigatorStack.cs
- SqlVersion.cs
- NamespaceMapping.cs
- ClientRolePrincipal.cs
- TextEndOfSegment.cs
- TableLayoutStyle.cs
- GridViewRowCollection.cs
- ConvertEvent.cs