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
- SoapInteropTypes.cs
- DataPagerFieldItem.cs
- HotCommands.cs
- TriggerCollection.cs
- PackageRelationship.cs
- ActiveXHelper.cs
- ListSortDescriptionCollection.cs
- Visual3DCollection.cs
- EventRoute.cs
- precedingquery.cs
- SoapTypeAttribute.cs
- ManagementExtension.cs
- ProfileModule.cs
- sqlser.cs
- RemotingAttributes.cs
- PointHitTestParameters.cs
- CodeDirectoryCompiler.cs
- GlyphRun.cs
- CodeEventReferenceExpression.cs
- ZeroOpNode.cs
- PDBReader.cs
- WorkflowApplicationAbortedEventArgs.cs
- OutputScopeManager.cs
- SectionInformation.cs
- XmlElement.cs
- DefaultSerializationProviderAttribute.cs
- InternalPolicyElement.cs
- TextProperties.cs
- HebrewCalendar.cs
- ExtenderControl.cs
- HighContrastHelper.cs
- IntegerValidatorAttribute.cs
- ToolStripRenderEventArgs.cs
- FunctionCommandText.cs
- SendAgentStatusRequest.cs
- TypeUtils.cs
- EventSinkActivity.cs
- PersistenceContextEnlistment.cs
- CryptographicAttribute.cs
- ObjectDataSourceView.cs
- SessionStateContainer.cs
- ClonableStack.cs
- DataServiceQuery.cs
- WorkflowShape.cs
- pingexception.cs
- ActionMessageFilterTable.cs
- HasCopySemanticsAttribute.cs
- ToolStripContentPanel.cs
- WinEventQueueItem.cs
- TdsEnums.cs
- ArgumentOutOfRangeException.cs
- SystemNetHelpers.cs
- DesignerView.cs
- FileLoadException.cs
- WorkflowNamespace.cs
- PermissionAttributes.cs
- Maps.cs
- TextEffectCollection.cs
- SystemIcons.cs
- MethodExpr.cs
- Permission.cs
- diagnosticsswitches.cs
- SchemaExporter.cs
- CapabilitiesSection.cs
- LineServicesRun.cs
- DecimalAnimation.cs
- BitVector32.cs
- URLAttribute.cs
- ProviderMetadata.cs
- BasePattern.cs
- ADConnectionHelper.cs
- M3DUtil.cs
- TCPClient.cs
- RegularExpressionValidator.cs
- FunctionDetailsReader.cs
- TabControlToolboxItem.cs
- RequiredFieldValidator.cs
- EntitySetDataBindingList.cs
- ResourceDisplayNameAttribute.cs
- CalendarAutoFormatDialog.cs
- RowType.cs
- TextSelectionProcessor.cs
- DataListItem.cs
- RelatedPropertyManager.cs
- OleAutBinder.cs
- SafeArrayRankMismatchException.cs
- HttpDigestClientCredential.cs
- VisualTransition.cs
- DoubleAnimationClockResource.cs
- Style.cs
- SelectionPattern.cs
- SignatureToken.cs
- SkipQueryOptionExpression.cs
- DocumentPageView.cs
- XmlBufferedByteStreamReader.cs
- RankException.cs
- EnumValidator.cs
- DoubleStorage.cs
- ResetableIterator.cs
- UserValidatedEventArgs.cs