Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigErrorGlyph.cs
- InputGestureCollection.cs
- listitem.cs
- ScriptReferenceEventArgs.cs
- base64Transforms.cs
- _SslSessionsCache.cs
- XmlWriter.cs
- PixelFormat.cs
- ServiceDiscoveryElement.cs
- RandomNumberGenerator.cs
- TextBoxView.cs
- FontEmbeddingManager.cs
- GenericPrincipal.cs
- DocumentScope.cs
- DbProviderSpecificTypePropertyAttribute.cs
- XmlSchemaFacet.cs
- TiffBitmapEncoder.cs
- AlgoModule.cs
- odbcmetadatafactory.cs
- EntryPointNotFoundException.cs
- DelegateBodyWriter.cs
- StylusPlugin.cs
- ArraySegment.cs
- ClientSession.cs
- SmtpLoginAuthenticationModule.cs
- TypeElement.cs
- QueryAccessibilityHelpEvent.cs
- PlatformNotSupportedException.cs
- Tool.cs
- ServiceHttpHandlerFactory.cs
- SHA1Managed.cs
- IDataContractSurrogate.cs
- HitTestWithGeometryDrawingContextWalker.cs
- CacheChildrenQuery.cs
- EncryptedPackageFilter.cs
- ListViewInsertedEventArgs.cs
- FileUtil.cs
- TypeForwardedToAttribute.cs
- EditorOptionAttribute.cs
- HtmlInputButton.cs
- TextChange.cs
- ListBoxItemWrapperAutomationPeer.cs
- CuspData.cs
- PropertyValue.cs
- ConnectionPoint.cs
- PrincipalPermission.cs
- ServiceChannelProxy.cs
- NopReturnReader.cs
- UserControlAutomationPeer.cs
- ObjectFullSpanRewriter.cs
- WpfSharedXamlSchemaContext.cs
- PerfCounterSection.cs
- Guid.cs
- CapiNative.cs
- WebPartConnection.cs
- AssociationEndMember.cs
- DataGridViewCellStyleBuilderDialog.cs
- CultureSpecificCharacterBufferRange.cs
- FullTextBreakpoint.cs
- DataGridViewCellLinkedList.cs
- MimeReturn.cs
- ResourcePart.cs
- RubberbandSelector.cs
- EventRouteFactory.cs
- BinaryFormatter.cs
- NativeMethodsCLR.cs
- counter.cs
- IPHostEntry.cs
- InputProcessorProfiles.cs
- ColumnMapTranslator.cs
- Stream.cs
- EntryPointNotFoundException.cs
- ContractHandle.cs
- Base64Encoder.cs
- UriSection.cs
- unsafenativemethodstextservices.cs
- PolicyChain.cs
- SecurityTokenAttachmentMode.cs
- RemoteCryptoTokenProvider.cs
- XmlUnspecifiedAttribute.cs
- RegexStringValidator.cs
- DataContractSet.cs
- HtmlInputHidden.cs
- AsyncOperationManager.cs
- HMACSHA1.cs
- VariableAction.cs
- PassportAuthentication.cs
- ExceptionUtil.cs
- TextBoxDesigner.cs
- SRDisplayNameAttribute.cs
- Vector3DIndependentAnimationStorage.cs
- _TransmitFileOverlappedAsyncResult.cs
- TraceSwitch.cs
- BaseTransportHeaders.cs
- EnumValidator.cs
- SaveCardRequest.cs
- ArraySortHelper.cs
- PersonalizationState.cs
- Knowncolors.cs
- DataViewSetting.cs