Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLRoleProvider.cs
- ColorConvertedBitmap.cs
- PeerApplicationLaunchInfo.cs
- Tokenizer.cs
- XmlParserContext.cs
- SessionSwitchEventArgs.cs
- Array.cs
- XPathScanner.cs
- HtmlInputControl.cs
- EpmSourceTree.cs
- Keywords.cs
- mediaeventshelper.cs
- TextHidden.cs
- RuleProcessor.cs
- HtmlElement.cs
- DocumentXmlWriter.cs
- Itemizer.cs
- CacheOutputQuery.cs
- StringFormat.cs
- TemplatedAdorner.cs
- Emitter.cs
- DataGridViewCell.cs
- XmlDocumentType.cs
- ServiceNameElement.cs
- FontSource.cs
- PngBitmapDecoder.cs
- SelectedGridItemChangedEvent.cs
- StorageMappingFragment.cs
- TemplateControlCodeDomTreeGenerator.cs
- DataGridViewCellMouseEventArgs.cs
- _WinHttpWebProxyDataBuilder.cs
- AtomParser.cs
- SecurityElement.cs
- AxisAngleRotation3D.cs
- GatewayIPAddressInformationCollection.cs
- SrgsNameValueTag.cs
- InkPresenter.cs
- PaintValueEventArgs.cs
- dbdatarecord.cs
- ConfigXmlElement.cs
- SqlUserDefinedAggregateAttribute.cs
- HistoryEventArgs.cs
- DetailsViewActionList.cs
- printdlgexmarshaler.cs
- ArgumentOutOfRangeException.cs
- InputMethodStateTypeInfo.cs
- InlineCollection.cs
- DataListItemCollection.cs
- AssociationSet.cs
- NotFiniteNumberException.cs
- BuildManager.cs
- ValidationErrorCollection.cs
- DataBinding.cs
- XmlComment.cs
- TextAdaptor.cs
- X509ClientCertificateCredentialsElement.cs
- DataGridViewRowEventArgs.cs
- DataFormats.cs
- TextCompositionManager.cs
- MergeFilterQuery.cs
- DateTimeStorage.cs
- EntityDataSourceSelectingEventArgs.cs
- MessageQueuePermissionAttribute.cs
- PreservationFileReader.cs
- SystemWebSectionGroup.cs
- complextypematerializer.cs
- WorkerRequest.cs
- EntityCollection.cs
- XmlSignatureProperties.cs
- TemplateBamlTreeBuilder.cs
- ScriptControlDescriptor.cs
- SmiGettersStream.cs
- sqlstateclientmanager.cs
- XamlInt32CollectionSerializer.cs
- ExternalFile.cs
- XsltCompileContext.cs
- FormClosedEvent.cs
- InsufficientMemoryException.cs
- TextEndOfSegment.cs
- ShaderEffect.cs
- StringSource.cs
- DetailsViewCommandEventArgs.cs
- Transactions.cs
- WebPartChrome.cs
- HeaderUtility.cs
- NotificationContext.cs
- BamlResourceSerializer.cs
- SelectionProviderWrapper.cs
- ExpandCollapsePatternIdentifiers.cs
- ReferenceTypeElement.cs
- RestClientProxyHandler.cs
- ServiceElementCollection.cs
- DataRow.cs
- Utils.cs
- TreeNodeEventArgs.cs
- CommandConverter.cs
- DriveInfo.cs
- CqlErrorHelper.cs
- SetStoryboardSpeedRatio.cs
- BaseCodePageEncoding.cs