Code:
/ 4.0 / 4.0 / 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. ///// 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
- Label.cs
- ToggleButtonAutomationPeer.cs
- LinearGradientBrush.cs
- UriTemplateQueryValue.cs
- SemanticValue.cs
- WebPartCancelEventArgs.cs
- Brushes.cs
- WorkflowControlEndpoint.cs
- LineUtil.cs
- ConsoleKeyInfo.cs
- LayoutTableCell.cs
- XamlStackWriter.cs
- OpenFileDialog.cs
- XPathNavigator.cs
- WebRequestModulesSection.cs
- Assert.cs
- SelectionRangeConverter.cs
- SimpleRecyclingCache.cs
- XmlExtensionFunction.cs
- StringUtil.cs
- StrongNameIdentityPermission.cs
- XmlDataSource.cs
- AmbientLight.cs
- COM2PictureConverter.cs
- WSHttpBindingBaseElement.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SettingsPropertyNotFoundException.cs
- EmissiveMaterial.cs
- ObjectMemberMapping.cs
- XmlElementAttribute.cs
- InputProcessorProfiles.cs
- DateTime.cs
- ChildTable.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ReadOnlyDictionary.cs
- IBuiltInEvidence.cs
- IntSecurity.cs
- CompareValidator.cs
- TTSEvent.cs
- DbFunctionCommandTree.cs
- COM2EnumConverter.cs
- TypeToken.cs
- InstanceKeyView.cs
- TimeoutHelper.cs
- LockRecoveryTask.cs
- DataGridTablesFactory.cs
- ResourcePermissionBase.cs
- QueryContinueDragEventArgs.cs
- GlyphElement.cs
- SafeMemoryMappedFileHandle.cs
- MenuTracker.cs
- ReaderOutput.cs
- SpellCheck.cs
- SchemaContext.cs
- XamlParser.cs
- XmlExtensionFunction.cs
- CoTaskMemHandle.cs
- MetafileEditor.cs
- QilList.cs
- ClientScriptManagerWrapper.cs
- DefaultHttpHandler.cs
- IconBitmapDecoder.cs
- PropertyToken.cs
- MailMessage.cs
- FixedBufferAttribute.cs
- KeyedPriorityQueue.cs
- NamespaceDisplay.xaml.cs
- CellParaClient.cs
- Gdiplus.cs
- UseManagedPresentationElement.cs
- IteratorFilter.cs
- DataControlFieldCell.cs
- AppSettingsReader.cs
- WindowsPen.cs
- StateManagedCollection.cs
- WindowsEditBox.cs
- CommandField.cs
- AsmxEndpointPickerExtension.cs
- ProjectionCamera.cs
- SystemIPInterfaceProperties.cs
- TabRenderer.cs
- _OverlappedAsyncResult.cs
- MsmqChannelFactory.cs
- RemoteEndpointMessageProperty.cs
- SqlCacheDependencyDatabase.cs
- DES.cs
- DefaultProxySection.cs
- CompiledIdentityConstraint.cs
- MetroSerializationManager.cs
- AggregateNode.cs
- Console.cs
- RequestCachePolicy.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DataGridViewRow.cs
- DesignerForm.cs
- HttpRuntimeSection.cs
- RoleGroupCollection.cs
- NavigationProgressEventArgs.cs
- NamespaceCollection.cs
- XmlDomTextWriter.cs