Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlBuilder.cs
- ModuleElement.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- RegexWorker.cs
- MD5.cs
- ListViewHitTestInfo.cs
- DynamicQueryStringParameter.cs
- DataObjectEventArgs.cs
- CurrencyManager.cs
- figurelength.cs
- VisualStyleElement.cs
- FixedTextSelectionProcessor.cs
- MutexSecurity.cs
- TransformerInfoCollection.cs
- WebServiceData.cs
- SharedPerformanceCounter.cs
- DBConnectionString.cs
- Expander.cs
- DesignerDataTable.cs
- DataGridViewCheckBoxCell.cs
- ExpressionBuilderCollection.cs
- DbConnectionPoolOptions.cs
- XmlWriterDelegator.cs
- ImagingCache.cs
- DataKeyArray.cs
- CompilationSection.cs
- SudsParser.cs
- ArrayTypeMismatchException.cs
- ValidationHelper.cs
- BamlBinaryReader.cs
- DynamicFilterExpression.cs
- XamlPointCollectionSerializer.cs
- BinaryParser.cs
- GridViewDeletedEventArgs.cs
- ExpressionVisitorHelpers.cs
- Simplifier.cs
- ToolStripSystemRenderer.cs
- TextDecorationCollection.cs
- AliasExpr.cs
- TogglePattern.cs
- BrowsableAttribute.cs
- Claim.cs
- ApplicationFileCodeDomTreeGenerator.cs
- GridEntry.cs
- UnlockInstanceAsyncResult.cs
- HttpCacheParams.cs
- CodeTypeReference.cs
- DataGridViewColumnTypePicker.cs
- QueryContext.cs
- ParameterCollection.cs
- Clause.cs
- StringValueConverter.cs
- ControlCachePolicy.cs
- FixedStringLookup.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- COM2EnumConverter.cs
- StateMachine.cs
- AbstractSvcMapFileLoader.cs
- basecomparevalidator.cs
- MimeMapping.cs
- KeyTimeConverter.cs
- ExtensionFile.cs
- QilNode.cs
- ObjectDesignerDataSourceView.cs
- XmlSchemaImport.cs
- XmlILStorageConverter.cs
- Application.cs
- JsonFormatGeneratorStatics.cs
- LoginView.cs
- PassportAuthenticationEventArgs.cs
- CacheDependency.cs
- EventMemberCodeDomSerializer.cs
- DesignTimeSiteMapProvider.cs
- AssemblyAssociatedContentFileAttribute.cs
- Trace.cs
- RecordBuilder.cs
- BinaryFormatterWriter.cs
- FtpWebRequest.cs
- UrlMapping.cs
- SourceInterpreter.cs
- TableLayoutPanelDesigner.cs
- SortDescription.cs
- DataGridViewComboBoxColumn.cs
- XmlDigitalSignatureProcessor.cs
- StringValueSerializer.cs
- CompoundFileIOPermission.cs
- ProfileProvider.cs
- DataBinder.cs
- ClientRuntimeConfig.cs
- RemotingConfiguration.cs
- AddingNewEventArgs.cs
- SqlConnectionString.cs
- ContextMenuService.cs
- BatchWriter.cs
- RegionData.cs
- AssemblyUtil.cs
- WindowsNonControl.cs
- WriteableBitmap.cs
- UserMapPath.cs
- TextEncodedRawTextWriter.cs