Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Semaphore.cs
- XmlAggregates.cs
- CompiledELinqQueryState.cs
- MailHeaderInfo.cs
- FrameSecurityDescriptor.cs
- DesignerTextWriter.cs
- ViewStateModeByIdAttribute.cs
- TextEditorDragDrop.cs
- DesignerActionGlyph.cs
- ToolStripItemEventArgs.cs
- PipelineDeploymentState.cs
- _UncName.cs
- LinearKeyFrames.cs
- ByteAnimation.cs
- PackageRelationship.cs
- wgx_render.cs
- Delegate.cs
- ConditionValidator.cs
- TransformDescriptor.cs
- TextDocumentView.cs
- SoapTypeAttribute.cs
- ResourceCategoryAttribute.cs
- System.Data_BID.cs
- ListView.cs
- ProfileEventArgs.cs
- ScriptControl.cs
- HandleRef.cs
- CodeMemberEvent.cs
- ExpressionBuilder.cs
- EndpointAddressMessageFilter.cs
- WindowsTokenRoleProvider.cs
- RuntimeConfig.cs
- WorkflowMarkupSerializationException.cs
- OracleTimeSpan.cs
- RoutedEventHandlerInfo.cs
- TreeNodeCollection.cs
- MorphHelpers.cs
- ProfilePropertySettingsCollection.cs
- TagPrefixCollection.cs
- IWorkflowDebuggerService.cs
- Span.cs
- RuleDefinitions.cs
- CompiledQuery.cs
- PerformanceCounterCategory.cs
- ResourceReferenceKeyNotFoundException.cs
- FocusManager.cs
- StylusPlugInCollection.cs
- Facet.cs
- WhiteSpaceTrimStringConverter.cs
- QilScopedVisitor.cs
- StringUtil.cs
- ChannelManager.cs
- DesignerAttribute.cs
- AttributeEmitter.cs
- DropDownButton.cs
- ParseHttpDate.cs
- DesignerDataView.cs
- SevenBitStream.cs
- MediaContext.cs
- ImageClickEventArgs.cs
- MouseGesture.cs
- CngUIPolicy.cs
- SmiEventSink.cs
- GACMembershipCondition.cs
- DSASignatureDeformatter.cs
- CompiledQuery.cs
- HebrewCalendar.cs
- ObjectHandle.cs
- DataGridTextBoxColumn.cs
- SBCSCodePageEncoding.cs
- XPathConvert.cs
- CodeTypeParameter.cs
- ToolStripItemEventArgs.cs
- Visual3D.cs
- TransportReplyChannelAcceptor.cs
- OleDbCommandBuilder.cs
- OrderedDictionary.cs
- Token.cs
- initElementDictionary.cs
- FontSourceCollection.cs
- Type.cs
- EdmProviderManifest.cs
- MimeImporter.cs
- SpecialTypeDataContract.cs
- DbProviderServices.cs
- TextModifier.cs
- Int32RectValueSerializer.cs
- XmlLoader.cs
- PersonalizationProviderHelper.cs
- DrawingServices.cs
- KeyGestureValueSerializer.cs
- SpAudioStreamWrapper.cs
- XmlILAnnotation.cs
- ObjectDataSourceView.cs
- ConfigurationManager.cs
- InProcStateClientManager.cs
- ReferencedAssembly.cs
- WebPartConnectionsConnectVerb.cs
- PeerTransportSecuritySettings.cs
- ServiceHostingEnvironment.cs