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
- ExtendedProtectionPolicyElement.cs
- SuspendDesigner.cs
- WeakEventManager.cs
- TimeManager.cs
- Binding.cs
- Oci.cs
- TemplateAction.cs
- ImageListImage.cs
- MenuScrollingVisibilityConverter.cs
- CompatibleComparer.cs
- PrintControllerWithStatusDialog.cs
- ResourceManagerWrapper.cs
- ThousandthOfEmRealPoints.cs
- ExtendedPropertyCollection.cs
- NamespaceDecl.cs
- MimeMapping.cs
- RuntimeHandles.cs
- Condition.cs
- SqlDataSourceEnumerator.cs
- FontStretches.cs
- LazyLoadBehavior.cs
- Operand.cs
- DocumentXPathNavigator.cs
- NamedServiceModelExtensionCollectionElement.cs
- ConfigurationValidatorAttribute.cs
- FlowDocumentPaginator.cs
- ContractTypeNameElement.cs
- NativeMethods.cs
- LocalizabilityAttribute.cs
- DetailsViewRow.cs
- WebPageTraceListener.cs
- RuntimeArgumentHandle.cs
- ClrPerspective.cs
- RequestQueue.cs
- DataKey.cs
- Win32SafeHandles.cs
- CollectionChangeEventArgs.cs
- SectionXmlInfo.cs
- UIPropertyMetadata.cs
- RawTextInputReport.cs
- TypeSystem.cs
- BitmapPalette.cs
- ProfileBuildProvider.cs
- ElementsClipboardData.cs
- DataGridViewBand.cs
- CodeCompileUnit.cs
- WindowsFormsEditorServiceHelper.cs
- TraceSection.cs
- ListManagerBindingsCollection.cs
- InfoCardSchemas.cs
- WebContext.cs
- RuleAttributes.cs
- WindowsGraphics2.cs
- ContextInformation.cs
- SystemDiagnosticsSection.cs
- XmlNodeList.cs
- ScrollEventArgs.cs
- CodeSubDirectory.cs
- FormatVersion.cs
- KoreanCalendar.cs
- SeekableReadStream.cs
- DateTimeFormatInfo.cs
- DefaultBindingPropertyAttribute.cs
- XamlInt32CollectionSerializer.cs
- VisualTreeUtils.cs
- DictionaryEntry.cs
- WebPart.cs
- Sql8ExpressionRewriter.cs
- DataGridRowsPresenter.cs
- SpeakProgressEventArgs.cs
- ValidationEventArgs.cs
- CultureInfo.cs
- EdmTypeAttribute.cs
- IsolatedStorageFile.cs
- SmiMetaData.cs
- ToolStripDropTargetManager.cs
- WebPartDeleteVerb.cs
- FtpWebResponse.cs
- ProxyElement.cs
- SignatureGenerator.cs
- CodeDelegateInvokeExpression.cs
- MemoryMappedViewAccessor.cs
- SingleAnimation.cs
- SourceFileInfo.cs
- DesignerGenericWebPart.cs
- SystemTcpStatistics.cs
- EntityModelBuildProvider.cs
- RadioButtonRenderer.cs
- EventEntry.cs
- _SslState.cs
- XmlSchemaSimpleTypeUnion.cs
- WebPartRestoreVerb.cs
- CompilationSection.cs
- XmlAttributeAttribute.cs
- Queue.cs
- XmlAutoDetectWriter.cs
- SqlXml.cs
- ComEventsHelper.cs
- MexServiceChannelBuilder.cs
- HTMLTagNameToTypeMapper.cs