Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- ModifiableIteratorCollection.cs
- CodeDomConfigurationHandler.cs
- ConfigurationLockCollection.cs
- BindingListCollectionView.cs
- QueryContext.cs
- RbTree.cs
- CommonDialog.cs
- TextElementEditingBehaviorAttribute.cs
- SoapExtensionReflector.cs
- ScrollViewer.cs
- WebPartAuthorizationEventArgs.cs
- Pair.cs
- MethodBuilder.cs
- XmlQueryTypeFactory.cs
- RenderOptions.cs
- PageAsyncTask.cs
- RootBrowserWindow.cs
- LayoutEngine.cs
- HttpCapabilitiesBase.cs
- AsyncStreamReader.cs
- IncrementalCompileAnalyzer.cs
- ViewService.cs
- ProfilePropertySettings.cs
- OpCopier.cs
- LogManagementAsyncResult.cs
- SQLDoubleStorage.cs
- RegexParser.cs
- TokenBasedSet.cs
- ControlValuePropertyAttribute.cs
- Transactions.cs
- FieldBuilder.cs
- OptimalBreakSession.cs
- FolderBrowserDialogDesigner.cs
- XmlSignificantWhitespace.cs
- VisualStyleRenderer.cs
- WeakReferenceList.cs
- ExpressionConverter.cs
- NamespaceQuery.cs
- SqlClientWrapperSmiStream.cs
- EntityTransaction.cs
- TargetPerspective.cs
- SqlRowUpdatingEvent.cs
- XmlSignatureManifest.cs
- PageBreakRecord.cs
- AspNetSynchronizationContext.cs
- AssociatedControlConverter.cs
- Thickness.cs
- GeneratedContractType.cs
- Parser.cs
- ComPlusThreadInitializer.cs
- IUnknownConstantAttribute.cs
- SHA256Managed.cs
- XPathNodeList.cs
- Action.cs
- DocumentApplicationJournalEntryEventArgs.cs
- HijriCalendar.cs
- WorkflowApplicationTerminatedException.cs
- SoapServerProtocol.cs
- DataError.cs
- Hyperlink.cs
- SoapHeaderAttribute.cs
- ContextBase.cs
- DataContractSet.cs
- altserialization.cs
- EpmHelper.cs
- ResourceAttributes.cs
- SvcMapFileLoader.cs
- DynamicObject.cs
- SolidColorBrush.cs
- ButtonRenderer.cs
- DrawingBrush.cs
- WizardPanel.cs
- StylusButtonCollection.cs
- InternalCache.cs
- JobStaple.cs
- Triangle.cs
- ManualResetEvent.cs
- PathGradientBrush.cs
- FocusWithinProperty.cs
- StringConverter.cs
- IndexerNameAttribute.cs
- DesignerTransaction.cs
- ByteArrayHelperWithString.cs
- XmlNullResolver.cs
- ObjectItemAttributeAssemblyLoader.cs
- Pkcs7Recipient.cs
- HMACSHA256.cs
- WebBrowser.cs
- IImplicitResourceProvider.cs
- TableRowCollection.cs
- CursorInteropHelper.cs
- HostedTransportConfigurationManager.cs
- PtsHelper.cs
- PolicyDesigner.cs
- TextReader.cs
- CodeStatementCollection.cs
- ComAdminWrapper.cs
- MenuScrollingVisibilityConverter.cs
- Converter.cs
- StrongNameIdentityPermission.cs