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
- CodeBinaryOperatorExpression.cs
- ResourceManager.cs
- RecipientInfo.cs
- XmlWriter.cs
- StringBuilder.cs
- HttpPostedFile.cs
- ISCIIEncoding.cs
- VirtualizedCellInfoCollection.cs
- SqlPersonalizationProvider.cs
- InputMethodStateChangeEventArgs.cs
- Model3D.cs
- XmlSchemaProviderAttribute.cs
- Button.cs
- DataGridTableCollection.cs
- LoaderAllocator.cs
- EntityTemplateFactory.cs
- CancellationState.cs
- Point3DKeyFrameCollection.cs
- PerspectiveCamera.cs
- InheritedPropertyChangedEventArgs.cs
- DataSet.cs
- CacheModeConverter.cs
- CopyAction.cs
- Trace.cs
- ButtonBase.cs
- MethodExpr.cs
- TypeConverterAttribute.cs
- precedingsibling.cs
- BinaryWriter.cs
- SystemIPv4InterfaceProperties.cs
- URLBuilder.cs
- XmlSchemaSubstitutionGroup.cs
- SocketAddress.cs
- StyleSheet.cs
- ModuleBuilderData.cs
- ApplicationSecurityManager.cs
- PerformanceCountersElement.cs
- MetadataUtilsSmi.cs
- PresentationTraceSources.cs
- SafeTokenHandle.cs
- DataServiceKeyAttribute.cs
- FixedPageProcessor.cs
- SoapHeaders.cs
- TransformerConfigurationWizardBase.cs
- CapabilitiesRule.cs
- DataRecordInternal.cs
- SimpleHandlerBuildProvider.cs
- MenuAutomationPeer.cs
- nulltextcontainer.cs
- ComplexType.cs
- SapiRecoInterop.cs
- PrinterResolution.cs
- StrokeFIndices.cs
- XPathMultyIterator.cs
- SqlRetyper.cs
- WebExceptionStatus.cs
- TraceFilter.cs
- QueuePropertyVariants.cs
- Enum.cs
- ContentElement.cs
- ModelTreeEnumerator.cs
- DownloadProgressEventArgs.cs
- MenuStrip.cs
- WebCategoryAttribute.cs
- _SafeNetHandles.cs
- TaiwanLunisolarCalendar.cs
- ScriptControlManager.cs
- VScrollProperties.cs
- ObjectItemAssemblyLoader.cs
- ImageSourceValueSerializer.cs
- StylusPointPropertyInfoDefaults.cs
- BlockUIContainer.cs
- TabRenderer.cs
- DbConnectionPool.cs
- EventLogInformation.cs
- SQLByteStorage.cs
- DirectoryNotFoundException.cs
- AdapterDictionary.cs
- WebPartManagerInternals.cs
- ByeOperationAsyncResult.cs
- MediaPlayerState.cs
- RawMouseInputReport.cs
- GraphicsContainer.cs
- _Connection.cs
- coordinatorfactory.cs
- CurrentChangingEventManager.cs
- Missing.cs
- StyleReferenceConverter.cs
- XmlHierarchicalEnumerable.cs
- MergablePropertyAttribute.cs
- XmlSchemaInferenceException.cs
- FixedLineResult.cs
- Wizard.cs
- HyperLinkColumn.cs
- securitycriticaldataformultiplegetandset.cs
- CompleteWizardStep.cs
- CopyOnWriteList.cs
- SqlCachedBuffer.cs
- InputReferenceExpression.cs
- CreateRefExpr.cs