Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the source of the command. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MailBnfHelper.cs
- SafeFileMapViewHandle.cs
- PaperSize.cs
- ToolBarPanel.cs
- JsonFormatGeneratorStatics.cs
- PixelFormat.cs
- MailWebEventProvider.cs
- LinearQuaternionKeyFrame.cs
- DataObjectCopyingEventArgs.cs
- SqlRowUpdatingEvent.cs
- DataBindingList.cs
- ImagingCache.cs
- DefaultBinder.cs
- ScriptingSectionGroup.cs
- Clause.cs
- WebWorkflowRole.cs
- ManifestBasedResourceGroveler.cs
- QilVisitor.cs
- BridgeDataRecord.cs
- dataobject.cs
- ViewManagerAttribute.cs
- ContainerSelectorActiveEvent.cs
- MetaTable.cs
- BlobPersonalizationState.cs
- IDataContractSurrogate.cs
- CommandValueSerializer.cs
- ReflectionUtil.cs
- ISAPIWorkerRequest.cs
- WebScriptEnablingBehavior.cs
- ConstraintConverter.cs
- BrowserDefinitionCollection.cs
- TraceContextRecord.cs
- XmlEnumAttribute.cs
- ComponentEditorForm.cs
- WebPartCancelEventArgs.cs
- CatalogPartCollection.cs
- TabRenderer.cs
- FigureParagraph.cs
- webbrowsersite.cs
- ReflectionUtil.cs
- RegionIterator.cs
- LongValidator.cs
- PersonalizationProvider.cs
- ResizingMessageFilter.cs
- LiteralDesigner.cs
- XmlMembersMapping.cs
- ParameterCollection.cs
- ProcessInputEventArgs.cs
- BindingExpression.cs
- DataGridViewRowStateChangedEventArgs.cs
- OutArgumentConverter.cs
- AssemblySettingAttributes.cs
- VectorCollection.cs
- BindUriHelper.cs
- FileUtil.cs
- ExtractorMetadata.cs
- IndentTextWriter.cs
- HighlightVisual.cs
- TrailingSpaceComparer.cs
- HttpPostLocalhostServerProtocol.cs
- SecuritySessionSecurityTokenProvider.cs
- WebPageTraceListener.cs
- Point3DIndependentAnimationStorage.cs
- Facet.cs
- SByteConverter.cs
- InternalTypeHelper.cs
- FocusTracker.cs
- Sorting.cs
- ColorInterpolationModeValidation.cs
- ComponentDispatcherThread.cs
- _HeaderInfoTable.cs
- ContextDataSourceView.cs
- InputReportEventArgs.cs
- DataBinding.cs
- DictionaryEntry.cs
- TemplateFactory.cs
- MembershipAdapter.cs
- ExpressionCopier.cs
- FlowDocumentPageViewerAutomationPeer.cs
- XmlTextReader.cs
- CacheVirtualItemsEvent.cs
- Clock.cs
- FixedSOMTable.cs
- FacetDescriptionElement.cs
- KoreanLunisolarCalendar.cs
- Operand.cs
- Panel.cs
- ExceptionValidationRule.cs
- DependencyPropertyHelper.cs
- PropertyDescriptorCollection.cs
- ItemCollection.cs
- Transform.cs
- CollectionCodeDomSerializer.cs
- DescendentsWalkerBase.cs
- ArraySubsetEnumerator.cs
- OracleInternalConnection.cs
- XmlSchemaType.cs
- ObjectDataSourceSelectingEventArgs.cs
- EnumerableRowCollectionExtensions.cs
- RoleService.cs