Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / BulletedListEventArgs.cs / 1 / BulletedListEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Web; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class BulletedListEventArgs : EventArgs { private int _index; ///The event args when a bulletedlist causes a postback. ////// Constructor. /// /// The index of the element which caused the event. public BulletedListEventArgs(int index) { _index = index; } ////// The index of the element which caused the event. /// public int Index { get { return _index; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Web; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class BulletedListEventArgs : EventArgs { private int _index; ///The event args when a bulletedlist causes a postback. ////// Constructor. /// /// The index of the element which caused the event. public BulletedListEventArgs(int index) { _index = index; } ////// The index of the element which caused the event. /// public int Index { get { return _index; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InvalidAsynchronousStateException.cs
- UshortList2.cs
- JapaneseCalendar.cs
- ResourcesGenerator.cs
- OleDbReferenceCollection.cs
- XmlNodeChangedEventManager.cs
- SessionStateContainer.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- UIElementPropertyUndoUnit.cs
- ToolStripPanelRenderEventArgs.cs
- SiteIdentityPermission.cs
- SharedConnectionWorkflowTransactionService.cs
- EnumBuilder.cs
- EditingCommands.cs
- PostBackOptions.cs
- ExpressionPrefixAttribute.cs
- SmiContextFactory.cs
- TdsParser.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- Tile.cs
- OneOf.cs
- TailCallAnalyzer.cs
- XmlDocumentViewSchema.cs
- Effect.cs
- ProgressBar.cs
- WebBrowserSiteBase.cs
- TableDetailsRow.cs
- ChannelPoolSettings.cs
- IdentityReference.cs
- Native.cs
- __TransparentProxy.cs
- PageAsyncTaskManager.cs
- TiffBitmapDecoder.cs
- OleDbSchemaGuid.cs
- NotificationContext.cs
- SqlDataSource.cs
- Double.cs
- TableLayoutCellPaintEventArgs.cs
- BuilderPropertyEntry.cs
- WebPartMenuStyle.cs
- OuterGlowBitmapEffect.cs
- GridViewAutomationPeer.cs
- SettingsProviderCollection.cs
- SubpageParagraph.cs
- AttributeConverter.cs
- XmlILStorageConverter.cs
- QilTernary.cs
- TimelineClockCollection.cs
- SQLInt64Storage.cs
- ProfileBuildProvider.cs
- InOutArgument.cs
- TextBoxView.cs
- BindingFormattingDialog.cs
- MimeMultiPart.cs
- ConfigXmlElement.cs
- ConfigurationSettings.cs
- RegionInfo.cs
- DBCSCodePageEncoding.cs
- DbTypeMap.cs
- ProgressiveCrcCalculatingStream.cs
- HttpPostLocalhostServerProtocol.cs
- XmlSchemaNotation.cs
- Size.cs
- ModuleConfigurationInfo.cs
- TypographyProperties.cs
- Exception.cs
- HttpCachePolicyWrapper.cs
- AnimationLayer.cs
- TypeElementCollection.cs
- PlaceHolder.cs
- RequiredAttributeAttribute.cs
- DataGridViewHitTestInfo.cs
- GroupItemAutomationPeer.cs
- ValidationSummaryDesigner.cs
- SafePEFileHandle.cs
- XmlCodeExporter.cs
- RowToFieldTransformer.cs
- HyperLinkStyle.cs
- XmlSchemaExporter.cs
- MessageQueuePermission.cs
- OuterGlowBitmapEffect.cs
- SQLUtility.cs
- Stream.cs
- BindingGraph.cs
- ColumnHeader.cs
- NoneExcludedImageIndexConverter.cs
- CalendarAutoFormatDialog.cs
- PrintEvent.cs
- RepeaterCommandEventArgs.cs
- SendContent.cs
- SelectionRange.cs
- HtmlInputSubmit.cs
- OraclePermissionAttribute.cs
- EditorAttributeInfo.cs
- CodeArrayCreateExpression.cs
- RadioButtonRenderer.cs
- DirectionalLight.cs
- EventRouteFactory.cs
- SecUtil.cs
- Timeline.cs