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
- ProcessHostMapPath.cs
- SchemaImporterExtension.cs
- VariableAction.cs
- TransactionalPackage.cs
- GroupPartitionExpr.cs
- EventRoute.cs
- NativeMethods.cs
- WindowsGrip.cs
- TextTreeUndo.cs
- CellTreeNode.cs
- GlyphingCache.cs
- RowUpdatedEventArgs.cs
- FusionWrap.cs
- ReverseInheritProperty.cs
- HttpPostedFileBase.cs
- Margins.cs
- SByteStorage.cs
- DataGridViewLinkCell.cs
- Operators.cs
- Rfc4050KeyFormatter.cs
- PolyLineSegment.cs
- BufferedReadStream.cs
- SqlFileStream.cs
- Pair.cs
- Number.cs
- Pick.cs
- DependencySource.cs
- SqlDataSourceFilteringEventArgs.cs
- QueuePropertyVariants.cs
- AssemblyFilter.cs
- SerializerWriterEventHandlers.cs
- FrameDimension.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- CanonicalFormWriter.cs
- HtmlInputHidden.cs
- SerializationEventsCache.cs
- FixedNode.cs
- _HeaderInfoTable.cs
- PathFigureCollection.cs
- VirtualPathUtility.cs
- QuarticEase.cs
- PropertyBuilder.cs
- NativeMethodsOther.cs
- NotSupportedException.cs
- Or.cs
- ObjectDataSourceEventArgs.cs
- WorkflowServiceOperationListItem.cs
- StyleSelector.cs
- ModifierKeysConverter.cs
- TileModeValidation.cs
- DataGridViewCellStyleChangedEventArgs.cs
- FormViewInsertEventArgs.cs
- DataControlFieldCollection.cs
- WindowsContainer.cs
- TemplateBamlRecordReader.cs
- PointHitTestResult.cs
- AssemblyCollection.cs
- MouseEventArgs.cs
- RemoteWebConfigurationHost.cs
- MetadataWorkspace.cs
- DataGridPageChangedEventArgs.cs
- LocationUpdates.cs
- SID.cs
- PropertySourceInfo.cs
- PenThread.cs
- SymbolUsageManager.cs
- CommandDevice.cs
- ScriptingSectionGroup.cs
- PropertyConverter.cs
- Assembly.cs
- HtmlElementErrorEventArgs.cs
- ObjectListCommandCollection.cs
- Directory.cs
- HttpFileCollection.cs
- SafeMILHandle.cs
- PasswordRecoveryAutoFormat.cs
- OrderablePartitioner.cs
- CompositeFontParser.cs
- DbXmlEnabledProviderManifest.cs
- ActivationWorker.cs
- HashCryptoHandle.cs
- ToolStripContentPanelRenderEventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- ArrayTypeMismatchException.cs
- Point4D.cs
- UserPreferenceChangingEventArgs.cs
- Filter.cs
- WorkflowHostingResponseContext.cs
- MetadataPropertyCollection.cs
- WorkflowInstanceExtensionManager.cs
- TrackBarDesigner.cs
- X509ScopedServiceCertificateElementCollection.cs
- XmlUrlResolver.cs
- TextFormatterContext.cs
- SplashScreenNativeMethods.cs
- ConfigXmlCDataSection.cs
- Thumb.cs
- MimeFormatExtensions.cs
- DataPagerCommandEventArgs.cs
- SimpleParser.cs