Code:
/ DotNET / DotNET / 8.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
- RequestCacheManager.cs
- RotateTransform3D.cs
- PeerNodeAddress.cs
- SqlDataSourceCache.cs
- ExpressionBuilder.cs
- OrderByQueryOptionExpression.cs
- WebPartMenu.cs
- DotAtomReader.cs
- SessionEndingEventArgs.cs
- SafeCryptContextHandle.cs
- LinkedList.cs
- EntityModelBuildProvider.cs
- WhitespaceSignificantCollectionAttribute.cs
- FileVersionInfo.cs
- DataGridViewCellCancelEventArgs.cs
- EventListener.cs
- DataReaderContainer.cs
- FormViewCommandEventArgs.cs
- AnnotationMap.cs
- HtmlButton.cs
- RowVisual.cs
- XmlSchemaSimpleContentRestriction.cs
- DataColumnMapping.cs
- LeftCellWrapper.cs
- InputScopeNameConverter.cs
- TcpProcessProtocolHandler.cs
- ThreadExceptionEvent.cs
- TrustManager.cs
- HtmlElementErrorEventArgs.cs
- LambdaCompiler.Binary.cs
- SapiInterop.cs
- GridViewPageEventArgs.cs
- WmiEventSink.cs
- ColumnHeaderCollectionEditor.cs
- EntityClientCacheKey.cs
- Psha1DerivedKeyGenerator.cs
- RepeaterCommandEventArgs.cs
- Typography.cs
- ExpressionBuilder.cs
- DirectionalLight.cs
- RegularExpressionValidator.cs
- FilterElement.cs
- DynamicDataManager.cs
- Application.cs
- propertyentry.cs
- XamlToRtfWriter.cs
- EventWaitHandle.cs
- ProxyHelper.cs
- DataGridTablesFactory.cs
- SecurityAccessDeniedException.cs
- DocumentOrderQuery.cs
- JsonWriterDelegator.cs
- HMACSHA256.cs
- DataGridViewTextBoxColumn.cs
- SafeRightsManagementSessionHandle.cs
- DomNameTable.cs
- SqlFunctionAttribute.cs
- SafeWaitHandle.cs
- RC2.cs
- WebPartMenu.cs
- SecureStringHasher.cs
- TextTreeRootNode.cs
- WebBrowser.cs
- FunctionParameter.cs
- DataControlFieldCollection.cs
- FolderBrowserDialog.cs
- ColorTranslator.cs
- WmpBitmapDecoder.cs
- RegisterInfo.cs
- ConfigXmlAttribute.cs
- SystemKeyConverter.cs
- TransactionsSectionGroup.cs
- SpellCheck.cs
- UndoManager.cs
- AlphabeticalEnumConverter.cs
- ColumnWidthChangedEvent.cs
- DashStyle.cs
- CompositeTypefaceMetrics.cs
- AccessedThroughPropertyAttribute.cs
- CompiledRegexRunnerFactory.cs
- ResourceContainer.cs
- CommonGetThemePartSize.cs
- SHA384Cng.cs
- NominalTypeEliminator.cs
- StrokeCollection.cs
- GrammarBuilderWildcard.cs
- TargetException.cs
- InfoCard.cs
- ClientConfigurationSystem.cs
- TdsParserSafeHandles.cs
- cookie.cs
- WeakEventTable.cs
- TreeNode.cs
- AttributeExtensions.cs
- FormsAuthenticationModule.cs
- PromptBuilder.cs
- DataDocumentXPathNavigator.cs
- ClientTarget.cs
- HashMembershipCondition.cs
- DocumentXPathNavigator.cs