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
- Vector3D.cs
- PropertyChangedEventArgs.cs
- XmlWhitespace.cs
- DesignerActionItemCollection.cs
- UpdateCommand.cs
- WebPartMenuStyle.cs
- RegexNode.cs
- ColumnTypeConverter.cs
- WindowsToolbarItemAsMenuItem.cs
- LogLogRecord.cs
- SettingsBindableAttribute.cs
- ContextProperty.cs
- DefaultMemberAttribute.cs
- EmbeddedMailObjectsCollection.cs
- WorkflowDataContext.cs
- EncoderBestFitFallback.cs
- SqlInternalConnectionTds.cs
- PointF.cs
- AnnotationComponentManager.cs
- _OSSOCK.cs
- RowParagraph.cs
- ElementProxy.cs
- PerfCounters.cs
- EncoderNLS.cs
- GenericWebPart.cs
- ConversionHelper.cs
- IgnoreSectionHandler.cs
- SymmetricKey.cs
- DispatcherExceptionEventArgs.cs
- BuildResultCache.cs
- exports.cs
- FontNamesConverter.cs
- SystemPens.cs
- TextRunTypographyProperties.cs
- InvariantComparer.cs
- OleDbTransaction.cs
- SpeechRecognizer.cs
- Vector3D.cs
- ParameterBuilder.cs
- sitestring.cs
- SqlGenericUtil.cs
- FontDriver.cs
- FamilyMap.cs
- NullRuntimeConfig.cs
- SqlTransaction.cs
- ConstraintConverter.cs
- DataGridViewColumnHeaderCell.cs
- RedistVersionInfo.cs
- RelationshipEndMember.cs
- CheckedListBox.cs
- DocumentCollection.cs
- SqlComparer.cs
- XmlDeclaration.cs
- DesignerForm.cs
- LeftCellWrapper.cs
- WebContext.cs
- EntityDataSourceChangingEventArgs.cs
- UrlPath.cs
- AsyncResult.cs
- SelectionProviderWrapper.cs
- SByteStorage.cs
- Choices.cs
- UnsafeNativeMethods.cs
- SimpleRecyclingCache.cs
- HandlerWithFactory.cs
- sqlpipe.cs
- WebProxyScriptElement.cs
- CollectionViewGroupRoot.cs
- DesignerWebPartChrome.cs
- WebSysDescriptionAttribute.cs
- MD5Cng.cs
- InputLanguageManager.cs
- ScrollableControl.cs
- DocumentViewerConstants.cs
- TextMetrics.cs
- ClientUtils.cs
- ChtmlTextWriter.cs
- HtmlPanelAdapter.cs
- DataBindingExpressionBuilder.cs
- DataObjectEventArgs.cs
- QilLoop.cs
- TableLayout.cs
- ConstraintCollection.cs
- EventLogPermission.cs
- Activator.cs
- ConstrainedDataObject.cs
- PropertyPathWorker.cs
- BatchParser.cs
- UrlParameterReader.cs
- XmlWrappingReader.cs
- EncryptedReference.cs
- SpellCheck.cs
- UpdateProgress.cs
- SafeNativeMethodsCLR.cs
- TrustSection.cs
- SqlPersistenceProviderFactory.cs
- ByteStreamMessageEncoderFactory.cs
- SqlDataSourceQuery.cs
- HttpStreamXmlDictionaryReader.cs
- RMPermissions.cs