Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ReferenceAssemblyAttribute.cs
- CompressEmulationStream.cs
- EntityContainer.cs
- SslStreamSecurityUpgradeProvider.cs
- NullableLongSumAggregationOperator.cs
- figurelengthconverter.cs
- ActivityDesignerLayoutSerializers.cs
- DispatcherObject.cs
- DateTimeParse.cs
- RectangleHotSpot.cs
- Utils.cs
- ThemeDictionaryExtension.cs
- ParameterToken.cs
- PropertyInfoSet.cs
- Exceptions.cs
- XmlSchemaIdentityConstraint.cs
- File.cs
- BookmarkResumptionRecord.cs
- ExpressionBuilder.cs
- ValueQuery.cs
- securitycriticaldataClass.cs
- ServiceMoniker.cs
- LineSegment.cs
- FlowLayoutPanel.cs
- panel.cs
- ClientSettingsProvider.cs
- ParserStreamGeometryContext.cs
- DataColumnMappingCollection.cs
- ObjectViewEntityCollectionData.cs
- CryptoProvider.cs
- WindowsFormsEditorServiceHelper.cs
- hresults.cs
- TimeoutValidationAttribute.cs
- SqlBuilder.cs
- WebEvents.cs
- PropertyPushdownHelper.cs
- BoolExpression.cs
- MessageSmuggler.cs
- InstanceContextMode.cs
- Baml6ConstructorInfo.cs
- QuaternionAnimation.cs
- UserPreferenceChangingEventArgs.cs
- XmlLangPropertyAttribute.cs
- RemotingSurrogateSelector.cs
- DbgUtil.cs
- TreeNodeCollectionEditorDialog.cs
- DesignerView.cs
- PolicyConversionContext.cs
- FigureHelper.cs
- ForeignKeyFactory.cs
- AppDomainEvidenceFactory.cs
- XmlCharType.cs
- MouseCaptureWithinProperty.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DataViewManagerListItemTypeDescriptor.cs
- LogLogRecordHeader.cs
- UnknownBitmapDecoder.cs
- listviewsubitemcollectioneditor.cs
- AssemblyCacheEntry.cs
- ScalarConstant.cs
- HttpInputStream.cs
- ArglessEventHandlerProxy.cs
- TraversalRequest.cs
- CommandLibraryHelper.cs
- ImportedNamespaceContextItem.cs
- RequestCachePolicy.cs
- InstanceDataCollection.cs
- xmlsaver.cs
- NavigationExpr.cs
- WebPartDisplayModeCancelEventArgs.cs
- AudioSignalProblemOccurredEventArgs.cs
- HttpRuntime.cs
- CellParaClient.cs
- CreateUserErrorEventArgs.cs
- SQLDecimal.cs
- AxHost.cs
- ItemAutomationPeer.cs
- DataGridColumn.cs
- ServicesSection.cs
- XmlSchemaProviderAttribute.cs
- StringPropertyBuilder.cs
- TemplateControlBuildProvider.cs
- Privilege.cs
- SqlDataSourceParameterParser.cs
- AVElementHelper.cs
- StrokeFIndices.cs
- FormsAuthenticationConfiguration.cs
- MessageDescriptionCollection.cs
- MethodCallConverter.cs
- ValueUtilsSmi.cs
- DataBinding.cs
- Exception.cs
- EventMappingSettingsCollection.cs
- GatewayDefinition.cs
- SetStateDesigner.cs
- TypefaceCollection.cs
- NamespaceQuery.cs
- RadioButtonFlatAdapter.cs
- LinkLabelLinkClickedEvent.cs
- SQLMembershipProvider.cs