Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }Gets the source of the command. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MimeTypePropertyAttribute.cs
- DataGridTable.cs
- PropertyCondition.cs
- Schema.cs
- PresentationSource.cs
- ExtensionElement.cs
- WindowsListViewGroupSubsetLink.cs
- MexServiceChannelBuilder.cs
- BindingCompleteEventArgs.cs
- _NestedMultipleAsyncResult.cs
- ListBox.cs
- GifBitmapEncoder.cs
- Substitution.cs
- StringCollection.cs
- _IPv4Address.cs
- XmlSerializer.cs
- DeviceSpecificChoice.cs
- QilSortKey.cs
- ELinqQueryState.cs
- ButtonColumn.cs
- DataBindingHandlerAttribute.cs
- Aggregates.cs
- MaskInputRejectedEventArgs.cs
- PerspectiveCamera.cs
- ObjectNavigationPropertyMapping.cs
- GlyphTypeface.cs
- TdsParserSessionPool.cs
- WebException.cs
- SafeViewOfFileHandle.cs
- PlanCompiler.cs
- Thread.cs
- InternalBufferManager.cs
- WpfWebRequestHelper.cs
- GlyphRunDrawing.cs
- _TimerThread.cs
- SimpleTypeResolver.cs
- PointHitTestParameters.cs
- recordstatescratchpad.cs
- DbConnectionStringCommon.cs
- UniqueConstraint.cs
- HelpFileFileNameEditor.cs
- SocketElement.cs
- DetailsViewRow.cs
- WebServiceEnumData.cs
- XmlSchemaGroup.cs
- NavigationPropertyEmitter.cs
- BamlTreeNode.cs
- EastAsianLunisolarCalendar.cs
- DeadCharTextComposition.cs
- SqlCacheDependencySection.cs
- EventLog.cs
- ECDiffieHellman.cs
- Canvas.cs
- Token.cs
- DocumentProperties.cs
- OdbcConnection.cs
- SqlHelper.cs
- X509RecipientCertificateClientElement.cs
- DSASignatureDeformatter.cs
- SchemaElementLookUpTableEnumerator.cs
- QilTypeChecker.cs
- HighlightComponent.cs
- DataSetSchema.cs
- WorkflowApplicationCompletedException.cs
- ShapingWorkspace.cs
- ISessionStateStore.cs
- TextBox.cs
- BamlLocalizabilityResolver.cs
- InteropTrackingRecord.cs
- DetailsViewInsertedEventArgs.cs
- OdbcError.cs
- Literal.cs
- OracleString.cs
- RequestQueryProcessor.cs
- TcpWorkerProcess.cs
- MethodAccessException.cs
- SplitterPanel.cs
- PolyBezierSegment.cs
- WindowsToolbar.cs
- DetailsViewInsertedEventArgs.cs
- _NegoStream.cs
- TextEffect.cs
- DataGridComboBoxColumn.cs
- PauseStoryboard.cs
- DbProviderFactories.cs
- MaskInputRejectedEventArgs.cs
- WinEventHandler.cs
- CollectionEditor.cs
- GenericWebPart.cs
- ToolStripSeparator.cs
- ChangePassword.cs
- TreeNodeBinding.cs
- SafeCryptContextHandle.cs
- TTSEngineProxy.cs
- Imaging.cs
- Clipboard.cs
- XmlName.cs
- RequestCachePolicyConverter.cs
- BindingExpression.cs
- CodeSubDirectory.cs