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
- DataRelationPropertyDescriptor.cs
- ApplicationProxyInternal.cs
- FastPropertyAccessor.cs
- SplayTreeNode.cs
- LazyTextWriterCreator.cs
- ExternalException.cs
- DummyDataSource.cs
- HitTestParameters.cs
- HideDisabledControlAdapter.cs
- TextEditor.cs
- SelectionItemPattern.cs
- CodeMemberProperty.cs
- ItemsChangedEventArgs.cs
- CredentialCache.cs
- ValueType.cs
- XmlJsonReader.cs
- FileDetails.cs
- SqlTransaction.cs
- ActivityMarkupSerializationProvider.cs
- PersonalizationProvider.cs
- EncodingNLS.cs
- ProcessModule.cs
- SByteConverter.cs
- PixelFormats.cs
- DynamicUpdateCommand.cs
- ClientSideQueueItem.cs
- EnvironmentPermission.cs
- HttpApplicationFactory.cs
- WindowsGraphics.cs
- TextEditorLists.cs
- DrawingCollection.cs
- RowsCopiedEventArgs.cs
- Int16Storage.cs
- InfoCardClaim.cs
- Encoder.cs
- SchemaElement.cs
- ProfileProvider.cs
- PropertyChangedEventManager.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- BCryptHashAlgorithm.cs
- UpdateCompiler.cs
- ComponentEditorForm.cs
- FrameworkRichTextComposition.cs
- ToolStripDropDownClosingEventArgs.cs
- ResourcesChangeInfo.cs
- _ConnectOverlappedAsyncResult.cs
- UIntPtr.cs
- ToolStripPanelCell.cs
- FastEncoder.cs
- DispatcherExceptionEventArgs.cs
- BitmapEffectRenderDataResource.cs
- TableLayoutCellPaintEventArgs.cs
- IntSecurity.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- FixedDocumentSequencePaginator.cs
- XmlAttributeOverrides.cs
- AppliedDeviceFiltersDialog.cs
- ItemCheckedEvent.cs
- XamlSerializerUtil.cs
- Base64Encoder.cs
- PersonalizationProvider.cs
- OleStrCAMarshaler.cs
- Image.cs
- OfTypeExpression.cs
- HitTestDrawingContextWalker.cs
- DataGridViewColumnHeaderCell.cs
- MonitorWrapper.cs
- ValidationRuleCollection.cs
- StringTraceRecord.cs
- IDQuery.cs
- Char.cs
- ChooseAction.cs
- RowUpdatingEventArgs.cs
- RouteParser.cs
- ExcludePathInfo.cs
- FieldDescriptor.cs
- PrivilegedConfigurationManager.cs
- MultiByteCodec.cs
- FileDialog_Vista_Interop.cs
- DataStreams.cs
- ISFTagAndGuidCache.cs
- SiteMembershipCondition.cs
- EndEvent.cs
- UIPermission.cs
- CustomBindingElement.cs
- WindowsContainer.cs
- CompositeScriptReferenceEventArgs.cs
- StoreItemCollection.cs
- TableItemStyle.cs
- CryptoApi.cs
- MatrixConverter.cs
- Grid.cs
- KeySplineConverter.cs
- LinqDataSource.cs
- SectionUpdates.cs
- WindowsToolbarItemAsMenuItem.cs
- StrokeCollectionConverter.cs
- MenuCommands.cs
- HttpServerChannel.cs
- PageRouteHandler.cs