Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebColorConverter.cs
- Win32PrintDialog.cs
- MessagingDescriptionAttribute.cs
- TextRangeProviderWrapper.cs
- ArgumentOutOfRangeException.cs
- IisTraceListener.cs
- UIElementAutomationPeer.cs
- RegionData.cs
- DelegatedStream.cs
- OleDbTransaction.cs
- XmlLoader.cs
- TimeSpanMinutesConverter.cs
- FontUnitConverter.cs
- WhereQueryOperator.cs
- XmlSchemaRedefine.cs
- RawStylusSystemGestureInputReport.cs
- HostedNamedPipeTransportManager.cs
- DummyDataSource.cs
- WebPartMenu.cs
- HttpResponse.cs
- QilGenerator.cs
- FolderBrowserDialog.cs
- LogWriteRestartAreaState.cs
- ButtonBase.cs
- ListViewItem.cs
- AuthorizationSection.cs
- StatusBarPanelClickEvent.cs
- DependencyPropertyKind.cs
- SafeProcessHandle.cs
- AutoSizeComboBox.cs
- XmlSchemaParticle.cs
- TextTreeRootNode.cs
- ButtonPopupAdapter.cs
- OleDbMetaDataFactory.cs
- EventSinkActivityDesigner.cs
- ProgressBarHighlightConverter.cs
- TreeNodeStyleCollection.cs
- PointCollectionConverter.cs
- XmlCharType.cs
- LinqDataSource.cs
- Listbox.cs
- TrackBarRenderer.cs
- XmlMessageFormatter.cs
- TranslateTransform.cs
- DataGridViewControlCollection.cs
- TcpProcessProtocolHandler.cs
- DelimitedListTraceListener.cs
- COM2ExtendedUITypeEditor.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- SecurityException.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ToolStripPanelRenderEventArgs.cs
- Utilities.cs
- DetailsViewRow.cs
- WebEncodingValidator.cs
- Zone.cs
- ExceptionUtil.cs
- BeginStoryboard.cs
- MessageTransmitTraceRecord.cs
- Internal.cs
- SqlServer2KCompatibilityCheck.cs
- RecipientIdentity.cs
- TransactionFlowBindingElementImporter.cs
- XmlDocumentType.cs
- WebPartCancelEventArgs.cs
- ObjectViewFactory.cs
- SimpleHandlerBuildProvider.cs
- Header.cs
- ErrorReporting.cs
- FixedFindEngine.cs
- VisualStates.cs
- FormViewPagerRow.cs
- HttpResponseInternalBase.cs
- ExpressionBinding.cs
- FixedElement.cs
- SoapExtensionImporter.cs
- DataMemberAttribute.cs
- PropertyBuilder.cs
- Crypto.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- DeviceSpecificDesigner.cs
- Application.cs
- SR.cs
- XmlSchemaProviderAttribute.cs
- WSHttpBindingElement.cs
- DbConnectionStringBuilder.cs
- MemberJoinTreeNode.cs
- Events.cs
- OdbcConnectionString.cs
- Baml2006ReaderFrame.cs
- XmlElementAttribute.cs
- DesignerResources.cs
- AssociatedControlConverter.cs
- XmlNodeChangedEventManager.cs
- GraphicsContext.cs
- HttpRuntime.cs
- webproxy.cs
- PropertyRecord.cs
- MediaCommands.cs
- DescendentsWalker.cs