Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / BulletedListEventArgs.cs / 1305376 / BulletedListEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Web; ////// 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
- RouteItem.cs
- HttpCapabilitiesBase.cs
- xmlsaver.cs
- DataTemplateKey.cs
- XmlDsigSep2000.cs
- CriticalExceptions.cs
- UIElementHelper.cs
- NativeRecognizer.cs
- EncodingDataItem.cs
- ServerType.cs
- AppModelKnownContentFactory.cs
- BitmapMetadataBlob.cs
- WeakReferenceList.cs
- FixedHyperLink.cs
- BitmapEditor.cs
- Int64AnimationUsingKeyFrames.cs
- ColumnResizeAdorner.cs
- ColorTransform.cs
- _HelperAsyncResults.cs
- LinkedList.cs
- OleDbSchemaGuid.cs
- ZeroOpNode.cs
- SourceFileInfo.cs
- FileAuthorizationModule.cs
- MemoryRecordBuffer.cs
- Maps.cs
- _LocalDataStoreMgr.cs
- Message.cs
- Pkcs7Recipient.cs
- StorageRoot.cs
- RectKeyFrameCollection.cs
- TemplateApplicationHelper.cs
- Ray3DHitTestResult.cs
- Exception.cs
- AnimationException.cs
- handlecollector.cs
- WebServiceMethodData.cs
- DesignerActionItemCollection.cs
- NameValuePair.cs
- StorageConditionPropertyMapping.cs
- SchemaNames.cs
- CapabilitiesPattern.cs
- SessionStateContainer.cs
- HtmlTernaryTree.cs
- documentsequencetextcontainer.cs
- XmlWriter.cs
- DropShadowBitmapEffect.cs
- IndexedDataBuffer.cs
- AsyncStreamReader.cs
- HandlerFactoryWrapper.cs
- DataExpression.cs
- ScriptComponentDescriptor.cs
- LocatorPart.cs
- SamlAuthenticationStatement.cs
- Cursors.cs
- ImageAnimator.cs
- FontClient.cs
- Int32RectValueSerializer.cs
- ZeroOpNode.cs
- ByteRangeDownloader.cs
- AttributeCollection.cs
- ListViewItem.cs
- GetWinFXPath.cs
- _ChunkParse.cs
- StrongName.cs
- WebServiceReceiveDesigner.cs
- TextDecorationCollectionConverter.cs
- SystemIcmpV6Statistics.cs
- MessageDirection.cs
- XmlSchemaComplexType.cs
- regiisutil.cs
- XmlMembersMapping.cs
- ScriptControl.cs
- TextDpi.cs
- SmtpFailedRecipientsException.cs
- CapabilitiesPattern.cs
- AttributeProviderAttribute.cs
- HtmlContainerControl.cs
- BuiltInPermissionSets.cs
- HuffmanTree.cs
- OleDbConnectionFactory.cs
- COMException.cs
- DataGridPagerStyle.cs
- GroupedContextMenuStrip.cs
- HandleRef.cs
- ObjectSecurity.cs
- CatalogPart.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- UnsafeNetInfoNativeMethods.cs
- RegexStringValidatorAttribute.cs
- DbProviderManifest.cs
- ZoneLinkButton.cs
- ConnectAlgorithms.cs
- OAVariantLib.cs
- WindowsStatic.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- NativeMethods.cs
- CodeVariableReferenceExpression.cs
- HiddenFieldPageStatePersister.cs
- AuthenticationSection.cs