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
- BufferedMessageWriter.cs
- ScaleTransform3D.cs
- TrackPoint.cs
- SHA512Managed.cs
- SeverityFilter.cs
- DynamicHyperLink.cs
- BooleanStorage.cs
- ColumnReorderedEventArgs.cs
- DataGridToolTip.cs
- EntityObject.cs
- InlinedAggregationOperator.cs
- Mutex.cs
- Baml2006ReaderContext.cs
- VisualStyleElement.cs
- DigestTraceRecordHelper.cs
- printdlgexmarshaler.cs
- AspCompat.cs
- DbConnectionOptions.cs
- UnaryExpressionHelper.cs
- ScriptingAuthenticationServiceSection.cs
- _LocalDataStoreMgr.cs
- StylusPointPropertyInfoDefaults.cs
- DateTime.cs
- InertiaTranslationBehavior.cs
- VirtualizedItemProviderWrapper.cs
- EnumerableWrapperWeakToStrong.cs
- CodeTypeMember.cs
- DesignerTransaction.cs
- MatcherBuilder.cs
- TypeRestriction.cs
- TypeHelpers.cs
- SapiAttributeParser.cs
- ComboBoxAutomationPeer.cs
- CustomErrorCollection.cs
- LicenseManager.cs
- WebConvert.cs
- DesignTimeTemplateParser.cs
- XamlReaderConstants.cs
- ImpersonationOption.cs
- XPathQueryGenerator.cs
- MdImport.cs
- DataGridViewCellCancelEventArgs.cs
- XmlElement.cs
- ValueConversionAttribute.cs
- ProcessInputEventArgs.cs
- DataServiceQueryOfT.cs
- RouteParser.cs
- TemplateModeChangedEventArgs.cs
- CharacterMetrics.cs
- ExtendedTransformFactory.cs
- IndicFontClient.cs
- COM2FontConverter.cs
- NavigateEvent.cs
- ColorAnimationBase.cs
- RegexTree.cs
- TextViewElement.cs
- HtmlElementCollection.cs
- PropertyGeneratedEventArgs.cs
- DesignerVerbCollection.cs
- RowToFieldTransformer.cs
- EntityDataSourceValidationException.cs
- XmlElementAttribute.cs
- ResourcesBuildProvider.cs
- CorrelationHandle.cs
- JsonReaderWriterFactory.cs
- OutputCacheSettingsSection.cs
- PeerNodeAddress.cs
- AssociatedControlConverter.cs
- IdnMapping.cs
- SoapDocumentMethodAttribute.cs
- ConnectionPointCookie.cs
- CreateRefExpr.cs
- TableSectionStyle.cs
- QilScopedVisitor.cs
- SHA256CryptoServiceProvider.cs
- PreloadedPackages.cs
- EdmEntityTypeAttribute.cs
- BasicViewGenerator.cs
- JsonWriter.cs
- AutomationPeer.cs
- TableRow.cs
- InputScopeConverter.cs
- AuthenticationModuleElementCollection.cs
- UnSafeCharBuffer.cs
- Events.cs
- WsdlHelpGeneratorElement.cs
- NativeMethods.cs
- PrivacyNoticeBindingElement.cs
- KeyConverter.cs
- CapabilitiesRule.cs
- PerformanceCounterPermissionEntryCollection.cs
- KeyedCollection.cs
- _NestedSingleAsyncResult.cs
- CodeSnippetExpression.cs
- ValidatedControlConverter.cs
- TextServicesDisplayAttribute.cs
- BuildResult.cs
- Int32CAMarshaler.cs
- BindingGroup.cs
- ClientRuntimeConfig.cs