Code:
/ FX-1434 / FX-1434 / 1.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
- BoolExpression.cs
- DataGridViewCellStateChangedEventArgs.cs
- BindingContext.cs
- InvokeProviderWrapper.cs
- BindingContext.cs
- HistoryEventArgs.cs
- CodeCompileUnit.cs
- safemediahandle.cs
- querybuilder.cs
- ContentControl.cs
- XsltQilFactory.cs
- BuildManager.cs
- SQLRoleProvider.cs
- DSASignatureDeformatter.cs
- SelectionPattern.cs
- SafeNativeMethods.cs
- ReceiveCompletedEventArgs.cs
- PropertyEmitter.cs
- ArrayConverter.cs
- RectangleGeometry.cs
- HttpCookiesSection.cs
- KeyTimeConverter.cs
- Int16AnimationUsingKeyFrames.cs
- ListViewAutomationPeer.cs
- SafeRightsManagementSessionHandle.cs
- ProvideValueServiceProvider.cs
- QueryPrefixOp.cs
- RoleBoolean.cs
- BasicHttpMessageSecurityElement.cs
- WebPartConnectionsConnectVerb.cs
- FacetDescriptionElement.cs
- ReflectionServiceProvider.cs
- WebSysDefaultValueAttribute.cs
- MailMessageEventArgs.cs
- SimpleHandlerFactory.cs
- EntityDataSourceContainerNameConverter.cs
- PasswordBoxAutomationPeer.cs
- TreeViewImageKeyConverter.cs
- WindowsListViewItemCheckBox.cs
- DataGridCommandEventArgs.cs
- GenerateHelper.cs
- HttpWriter.cs
- BitVector32.cs
- GenericTypeParameterBuilder.cs
- KeyFrames.cs
- ObjectListShowCommandsEventArgs.cs
- TextTreeNode.cs
- DuplicateMessageDetector.cs
- TableLayoutColumnStyleCollection.cs
- StreamingContext.cs
- XmlSchemas.cs
- EventLogStatus.cs
- Attributes.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- SplitterCancelEvent.cs
- EnvelopedSignatureTransform.cs
- COM2PropertyDescriptor.cs
- OdbcError.cs
- ScriptMethodAttribute.cs
- MetadataArtifactLoaderCompositeFile.cs
- SqlDataSourceCache.cs
- DatatypeImplementation.cs
- DependencyPropertyAttribute.cs
- SafeEventLogWriteHandle.cs
- PublisherMembershipCondition.cs
- PropertyChangedEventManager.cs
- CodeGeneratorOptions.cs
- SeverityFilter.cs
- MediaContext.cs
- LineBreakRecord.cs
- SecurityTokenResolver.cs
- ManagementObjectCollection.cs
- MgmtResManager.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SystemIPv4InterfaceProperties.cs
- input.cs
- CngAlgorithm.cs
- EnumerableCollectionView.cs
- ExpressionLexer.cs
- ActivityDesignerAccessibleObject.cs
- DocumentPageHost.cs
- ResXBuildProvider.cs
- UrlParameterWriter.cs
- SByteConverter.cs
- TreeBuilderXamlTranslator.cs
- HttpApplication.cs
- FileDialog_Vista.cs
- DesignerCommandAdapter.cs
- SuppressMessageAttribute.cs
- WinFormsSpinner.cs
- AVElementHelper.cs
- DesignerDataParameter.cs
- CompoundFileDeflateTransform.cs
- KeyedHashAlgorithm.cs
- SqlMethodAttribute.cs
- ProxyWebPartConnectionCollection.cs
- SystemResources.cs
- KnowledgeBase.cs
- SystemIPGlobalStatistics.cs
- Win32SafeHandles.cs