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;
///
/// The event args when a bulletedlist causes a postback.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class BulletedListEventArgs : EventArgs {
private int _index;
///
/// 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
- ArcSegment.cs
- KerberosSecurityTokenProvider.cs
- QueryableDataSourceView.cs
- RenderData.cs
- WebPartDisplayModeEventArgs.cs
- DefaultValueMapping.cs
- MessageBodyDescription.cs
- _LocalDataStoreMgr.cs
- JsonUriDataContract.cs
- ISessionStateStore.cs
- ImageMapEventArgs.cs
- XPathNodeInfoAtom.cs
- SystemNetHelpers.cs
- ObjectDesignerDataSourceView.cs
- PerformanceCounterPermissionEntry.cs
- ResizeGrip.cs
- HealthMonitoringSection.cs
- TextDecoration.cs
- DelegateHelpers.Generated.cs
- VirtualPath.cs
- XmlElementList.cs
- XmlBinaryReader.cs
- CodeArgumentReferenceExpression.cs
- EntityTransaction.cs
- FieldToken.cs
- ToolTip.cs
- ToolStripButton.cs
- _StreamFramer.cs
- CollectionBuilder.cs
- CommonXSendMessage.cs
- DataContractSerializer.cs
- CodeAttributeDeclaration.cs
- WhitespaceSignificantCollectionAttribute.cs
- HttpModuleAction.cs
- LineVisual.cs
- WrappedKeySecurityToken.cs
- SmtpClient.cs
- ApplicationDirectoryMembershipCondition.cs
- SQLBoolean.cs
- latinshape.cs
- entitydatasourceentitysetnameconverter.cs
- WindowsAltTab.cs
- _AutoWebProxyScriptHelper.cs
- CompiledAction.cs
- FileDialog.cs
- DefaultProxySection.cs
- PropertyNames.cs
- FactoryMaker.cs
- InvariantComparer.cs
- StringDictionaryCodeDomSerializer.cs
- DetailsViewInsertedEventArgs.cs
- MemberJoinTreeNode.cs
- SynchronizingStream.cs
- ValidationResult.cs
- HwndTarget.cs
- LinkButton.cs
- Codec.cs
- WorkflowTimerService.cs
- TypeToken.cs
- StringReader.cs
- SafeNativeMemoryHandle.cs
- ControlBindingsCollection.cs
- DataGridViewCellFormattingEventArgs.cs
- NetworkAddressChange.cs
- GenericParameterDataContract.cs
- DataGridColumnReorderingEventArgs.cs
- StreamedWorkflowDefinitionContext.cs
- TextServicesContext.cs
- WebPartEditorOkVerb.cs
- PathGradientBrush.cs
- MimeMapping.cs
- TableRowsCollectionEditor.cs
- PolicyLevel.cs
- BuildProvider.cs
- UnsignedPublishLicense.cs
- MailBnfHelper.cs
- NullableLongAverageAggregationOperator.cs
- _HTTPDateParse.cs
- TextEndOfLine.cs
- IListConverters.cs
- RelatedEnd.cs
- EventKeyword.cs
- X509IssuerSerialKeyIdentifierClause.cs
- Number.cs
- InvalidFilterCriteriaException.cs
- DispatcherExceptionEventArgs.cs
- VerticalAlignConverter.cs
- MetabaseSettingsIis7.cs
- ContentPathSegment.cs
- FixedSOMFixedBlock.cs
- Nullable.cs
- BitmapCache.cs
- NotCondition.cs
- CodePageEncoding.cs
- ICspAsymmetricAlgorithm.cs
- LightweightCodeGenerator.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- EventSourceCreationData.cs
- RegisteredHiddenField.cs
- ColumnPropertiesGroup.cs