Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DataListCommandEventArgs.cs / 1305376 / DataListCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; ////// 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
- HwndSourceKeyboardInputSite.cs
- LassoSelectionBehavior.cs
- EndOfStreamException.cs
- DataObjectMethodAttribute.cs
- AsymmetricSignatureFormatter.cs
- HttpListenerResponse.cs
- xdrvalidator.cs
- BamlWriter.cs
- KeyManager.cs
- PrimitiveType.cs
- LocationUpdates.cs
- TextEmbeddedObject.cs
- TypeBuilder.cs
- FastPropertyAccessor.cs
- Baml2006KeyRecord.cs
- SrgsNameValueTag.cs
- QueueNameHelper.cs
- PriorityChain.cs
- UnSafeCharBuffer.cs
- DescendantOverDescendantQuery.cs
- TraceHandlerErrorFormatter.cs
- MULTI_QI.cs
- DocumentReferenceCollection.cs
- Ref.cs
- BulletedListEventArgs.cs
- DrawToolTipEventArgs.cs
- SafeWaitHandle.cs
- FlowLayout.cs
- ToolStripDropTargetManager.cs
- EntityViewContainer.cs
- ResourceDisplayNameAttribute.cs
- SymLanguageType.cs
- EpmTargetPathSegment.cs
- ValidatorUtils.cs
- Preprocessor.cs
- PropertyPathConverter.cs
- Base64WriteStateInfo.cs
- StyleBamlRecordReader.cs
- InputReportEventArgs.cs
- XmlSchemaObjectCollection.cs
- WindowsFormsHostAutomationPeer.cs
- Int16AnimationUsingKeyFrames.cs
- DotExpr.cs
- __TransparentProxy.cs
- SqlHelper.cs
- KeyGestureConverter.cs
- LoadItemsEventArgs.cs
- MonthChangedEventArgs.cs
- BitmapEffectDrawing.cs
- RouteUrlExpressionBuilder.cs
- ClipboardData.cs
- AutomationPatternInfo.cs
- Point3DValueSerializer.cs
- SelectionEditingBehavior.cs
- PolicyManager.cs
- ImmComposition.cs
- DataListItem.cs
- DataGridViewRowPrePaintEventArgs.cs
- InspectionWorker.cs
- BufferedWebEventProvider.cs
- DatePicker.cs
- BooleanConverter.cs
- BindingManagerDataErrorEventArgs.cs
- WindowPatternIdentifiers.cs
- MessagePropertyVariants.cs
- CatalogPart.cs
- BrowserInteropHelper.cs
- XmlTypeMapping.cs
- CacheEntry.cs
- RowToFieldTransformer.cs
- ZipIOExtraFieldPaddingElement.cs
- NetStream.cs
- Triplet.cs
- SystemUnicastIPAddressInformation.cs
- ObjectViewQueryResultData.cs
- ProgressiveCrcCalculatingStream.cs
- _SslStream.cs
- SessionEndingCancelEventArgs.cs
- cookiecontainer.cs
- PseudoWebRequest.cs
- TextMessageEncodingBindingElement.cs
- FixedDocumentSequencePaginator.cs
- WaitHandleCannotBeOpenedException.cs
- DropShadowEffect.cs
- _ProxyRegBlob.cs
- SizeAnimationClockResource.cs
- FieldBuilder.cs
- XsltOutput.cs
- XmlSchemaAnnotation.cs
- SqlDataSourceSelectingEventArgs.cs
- TraceContext.cs
- PagesSection.cs
- LocatorBase.cs
- Timeline.cs
- AssociatedControlConverter.cs
- DataObject.cs
- Cursor.cs
- WebReferencesBuildProvider.cs
- MDIControlStrip.cs
- Comparer.cs