Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Odbc32.cs
- InvocationExpression.cs
- UserPersonalizationStateInfo.cs
- DataStreams.cs
- ComponentChangingEvent.cs
- ValidationResult.cs
- MetadataSection.cs
- Material.cs
- CacheSection.cs
- WebPartTracker.cs
- TransformPatternIdentifiers.cs
- FeatureSupport.cs
- WindowsMenu.cs
- UrlMappingsModule.cs
- Hashtable.cs
- LocationInfo.cs
- LoginNameDesigner.cs
- fixedPageContentExtractor.cs
- StyleModeStack.cs
- RegexCode.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- LinkUtilities.cs
- ThreadStateException.cs
- PresentationAppDomainManager.cs
- SingleAnimation.cs
- ObjectAnimationUsingKeyFrames.cs
- CommonGetThemePartSize.cs
- WebBrowser.cs
- UnorderedHashRepartitionStream.cs
- StdValidatorsAndConverters.cs
- LinkLabelLinkClickedEvent.cs
- DependsOnAttribute.cs
- Mapping.cs
- ValueSerializer.cs
- XmlDownloadManager.cs
- ServiceBusyException.cs
- CodeSubDirectoriesCollection.cs
- AttributeCallbackBuilder.cs
- RegexMatchCollection.cs
- ControlValuePropertyAttribute.cs
- WebBrowsableAttribute.cs
- SessionEndedEventArgs.cs
- GraphicsContext.cs
- StrokeCollection.cs
- PrinterUnitConvert.cs
- VerticalAlignConverter.cs
- EventSinkHelperWriter.cs
- ServiceNotStartedException.cs
- IIS7WorkerRequest.cs
- RSAOAEPKeyExchangeFormatter.cs
- EntityTypeEmitter.cs
- TrimSurroundingWhitespaceAttribute.cs
- SafeReversePInvokeHandle.cs
- GraphicsPath.cs
- SequenceFullException.cs
- TextBoxView.cs
- ParseNumbers.cs
- SchemaMapping.cs
- DataGridCell.cs
- MissingManifestResourceException.cs
- ProfileProvider.cs
- WhitespaceReader.cs
- ParameterReplacerVisitor.cs
- DomainUpDown.cs
- Membership.cs
- RenderContext.cs
- OleDbParameter.cs
- DataServiceOperationContext.cs
- BinaryObjectInfo.cs
- OrderedDictionary.cs
- PublisherIdentityPermission.cs
- AutomationElementCollection.cs
- LongValidator.cs
- ActivityCodeGenerator.cs
- EncodingStreamWrapper.cs
- SqlSupersetValidator.cs
- TextCompositionEventArgs.cs
- CompModSwitches.cs
- RenderOptions.cs
- LOSFormatter.cs
- LiteralLink.cs
- XmlSchemaInfo.cs
- MgmtConfigurationRecord.cs
- BadImageFormatException.cs
- HtmlTernaryTree.cs
- DocumentCollection.cs
- MembershipSection.cs
- DistributedTransactionPermission.cs
- precedingsibling.cs
- StringExpressionSet.cs
- ClockGroup.cs
- ResetableIterator.cs
- Rotation3D.cs
- ClockGroup.cs
- MultipleViewPatternIdentifiers.cs
- FactoryGenerator.cs
- BitmapEffectInputData.cs
- SoapParser.cs
- CompiledRegexRunnerFactory.cs
- SymbolEqualComparer.cs