Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ArithmeticException.cs
- HttpListenerRequest.cs
- RtfToken.cs
- SQLDateTime.cs
- XmlUtf8RawTextWriter.cs
- LinkArea.cs
- UserControlBuildProvider.cs
- TypeUsage.cs
- AnyAllSearchOperator.cs
- COM2ComponentEditor.cs
- DataChangedEventManager.cs
- ScriptingProfileServiceSection.cs
- KeyedCollection.cs
- EncoderBestFitFallback.cs
- Splitter.cs
- ValidationVisibilityAttribute.cs
- SqlMethods.cs
- Screen.cs
- SslStream.cs
- BulletDecorator.cs
- RightsManagementEncryptedStream.cs
- BitmapMetadataEnumerator.cs
- ImportedNamespaceContextItem.cs
- StreamWithDictionary.cs
- CodeIterationStatement.cs
- PerformanceCounterCategory.cs
- CheckBoxPopupAdapter.cs
- SafeCryptoHandles.cs
- XmlKeywords.cs
- XPathSelectionIterator.cs
- SchemaInfo.cs
- ComponentCommands.cs
- ToolStripOverflow.cs
- DataGridState.cs
- RenderData.cs
- TextEndOfLine.cs
- ArraySortHelper.cs
- InternalDispatchObject.cs
- EnumBuilder.cs
- XmlDocumentSurrogate.cs
- InternalCache.cs
- TextSimpleMarkerProperties.cs
- TextContainerChangeEventArgs.cs
- ReadOnlyPropertyMetadata.cs
- ListBoxItemAutomationPeer.cs
- ZeroOpNode.cs
- IsolatedStorageException.cs
- ChannelManager.cs
- IndexingContentUnit.cs
- IPipelineRuntime.cs
- RegexCode.cs
- StylusPoint.cs
- HwndHostAutomationPeer.cs
- ListViewTableRow.cs
- HttpWriter.cs
- Line.cs
- lengthconverter.cs
- DocumentPageView.cs
- XMLSyntaxException.cs
- StyleXamlParser.cs
- WindowsSecurityToken.cs
- FixedTextBuilder.cs
- QueryParameter.cs
- TextServicesManager.cs
- ReadOnlyDictionary.cs
- CookieParameter.cs
- TextDocumentView.cs
- SslStream.cs
- EventHandlersStore.cs
- MailWebEventProvider.cs
- AnnotationAuthorChangedEventArgs.cs
- Html32TextWriter.cs
- SafeThreadHandle.cs
- Attributes.cs
- MimeTypeMapper.cs
- PropertyItemInternal.cs
- BuildResult.cs
- PageTrueTypeFont.cs
- EntityWrapperFactory.cs
- UIElementCollection.cs
- namescope.cs
- NotifyParentPropertyAttribute.cs
- Pkcs7Signer.cs
- RawKeyboardInputReport.cs
- HttpConfigurationSystem.cs
- AutomationFocusChangedEventArgs.cs
- FontInfo.cs
- DNS.cs
- MemberMemberBinding.cs
- HwndTarget.cs
- TemplateBamlRecordReader.cs
- MessageProperties.cs
- RegistrationServices.cs
- ProfilePropertySettingsCollection.cs
- IntellisenseTextBox.designer.cs
- MsmqInputSessionChannelListener.cs
- MatrixIndependentAnimationStorage.cs
- DataListItemEventArgs.cs
- RectKeyFrameCollection.cs
- CompositionTarget.cs