Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- BitmapPalette.cs
- DataServiceProcessingPipelineEventArgs.cs
- ImageMap.cs
- StreamWithDictionary.cs
- ComplexBindingPropertiesAttribute.cs
- PointUtil.cs
- PageCodeDomTreeGenerator.cs
- TypeUtil.cs
- InternalCache.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- PassportIdentity.cs
- GPPOINTF.cs
- HealthMonitoringSectionHelper.cs
- HttpWebResponse.cs
- URL.cs
- AuthorizationSection.cs
- XmlCountingReader.cs
- Point3DKeyFrameCollection.cs
- XsdDuration.cs
- XmlDocument.cs
- SelectionList.cs
- PackageRelationshipSelector.cs
- GridViewRow.cs
- ActivityDesignerResources.cs
- ConfigXmlWhitespace.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- CallbackDebugElement.cs
- MouseButtonEventArgs.cs
- NamespaceInfo.cs
- InkPresenterAutomationPeer.cs
- HttpModuleCollection.cs
- SafeNativeMethods.cs
- WorkItem.cs
- SystemWebExtensionsSectionGroup.cs
- AsyncCompletedEventArgs.cs
- KerberosTokenFactoryCredential.cs
- BuildProviderAppliesToAttribute.cs
- WebBrowserPermission.cs
- DeferredElementTreeState.cs
- SqlNode.cs
- ToolStripRenderEventArgs.cs
- ObjectTokenCategory.cs
- DataChangedEventManager.cs
- ToolStripArrowRenderEventArgs.cs
- RouteItem.cs
- ClientSettings.cs
- AssemblyAttributesGoHere.cs
- ListViewSelectEventArgs.cs
- CacheDependency.cs
- ThreadPool.cs
- DataGridViewColumnCollection.cs
- WebPartDescriptionCollection.cs
- ProfileGroupSettings.cs
- DeviceContext2.cs
- HashMembershipCondition.cs
- ComponentChangedEvent.cs
- DBAsyncResult.cs
- FreezableDefaultValueFactory.cs
- GrowingArray.cs
- LoopExpression.cs
- Serializer.cs
- documentsequencetextpointer.cs
- DataSourceHelper.cs
- UriTemplateDispatchFormatter.cs
- CollectionsUtil.cs
- Style.cs
- _OverlappedAsyncResult.cs
- COM2ExtendedUITypeEditor.cs
- DataTableNewRowEvent.cs
- Object.cs
- CompositeClientFormatter.cs
- ContentType.cs
- FloaterBaseParagraph.cs
- _ListenerRequestStream.cs
- BitmapEffectvisualstate.cs
- TranslateTransform3D.cs
- EntityClientCacheKey.cs
- DataFormat.cs
- FileUpload.cs
- DataGridViewCellPaintingEventArgs.cs
- XmlSchemaFacet.cs
- HMACSHA384.cs
- IResourceProvider.cs
- DataContractSerializerSection.cs
- PeerApplicationLaunchInfo.cs
- ListViewCommandEventArgs.cs
- ToolStripLocationCancelEventArgs.cs
- UnsafeNativeMethodsCLR.cs
- CompilationUnit.cs
- TranslateTransform3D.cs
- SqlServices.cs
- RegularExpressionValidator.cs
- GetPageNumberCompletedEventArgs.cs
- SqlProcedureAttribute.cs
- CheckedPointers.cs
- ReadOnlyDataSource.cs
- DynamicQueryableWrapper.cs
- SqlConnectionHelper.cs
- Vector3D.cs
- RepeatButton.cs