Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- FormatVersion.cs
- ASCIIEncoding.cs
- CompressionTransform.cs
- Trace.cs
- StylusCollection.cs
- XsdBuilder.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ValueSerializerAttribute.cs
- _ContextAwareResult.cs
- PenCursorManager.cs
- AccessedThroughPropertyAttribute.cs
- Line.cs
- wgx_exports.cs
- OleDbWrapper.cs
- EventlogProvider.cs
- EntityViewGenerator.cs
- LinqDataSourceView.cs
- WebBrowser.cs
- ConstructorBuilder.cs
- NameValuePair.cs
- AssemblyInfo.cs
- LineServicesCallbacks.cs
- PriorityBinding.cs
- XmlSchemaParticle.cs
- RuntimeCompatibilityAttribute.cs
- QualifiedCellIdBoolean.cs
- Soap.cs
- GridViewColumnCollectionChangedEventArgs.cs
- InvokePattern.cs
- ParallelRangeManager.cs
- AssemblyAttributesGoHere.cs
- ReachBasicContext.cs
- SqlTypeSystemProvider.cs
- FormViewDeleteEventArgs.cs
- TogglePatternIdentifiers.cs
- MarkupExtensionReturnTypeAttribute.cs
- Rect3D.cs
- TransportReplyChannelAcceptor.cs
- COAUTHINFO.cs
- PermissionAttributes.cs
- UserControlParser.cs
- LicenseProviderAttribute.cs
- LinqDataSourceContextData.cs
- Propagator.ExtentPlaceholderCreator.cs
- AutoSizeComboBox.cs
- AuthenticationModulesSection.cs
- CrossContextChannel.cs
- OutputCacheSection.cs
- ServiceDurableInstance.cs
- TreeViewImageKeyConverter.cs
- TreeNodeStyle.cs
- rsa.cs
- WSHttpBindingCollectionElement.cs
- InstancePersistenceCommand.cs
- MsmqChannelFactoryBase.cs
- DataSourceControl.cs
- CurrentTimeZone.cs
- XmlNodeComparer.cs
- TransportSecurityBindingElement.cs
- BamlRecordHelper.cs
- FrameAutomationPeer.cs
- ConfigurationLockCollection.cs
- FileDataSource.cs
- TextPenaltyModule.cs
- SymbolTable.cs
- ContentElement.cs
- Propagator.cs
- BufferModesCollection.cs
- AsymmetricSecurityProtocol.cs
- LocatorPartList.cs
- ISAPIApplicationHost.cs
- recordstatefactory.cs
- IncrementalHitTester.cs
- Or.cs
- FormViewPageEventArgs.cs
- SchemaElementLookUpTableEnumerator.cs
- TokenFactoryFactory.cs
- ResetableIterator.cs
- ModuleBuilder.cs
- ListSourceHelper.cs
- OdbcCommandBuilder.cs
- WebRequestModuleElementCollection.cs
- FontStyleConverter.cs
- MouseGestureValueSerializer.cs
- XmlQualifiedName.cs
- MenuAdapter.cs
- MediaPlayer.cs
- DataServiceHostFactory.cs
- XmlSchemaImport.cs
- _NetworkingPerfCounters.cs
- RowUpdatingEventArgs.cs
- Lazy.cs
- ErrorLog.cs
- TextParagraphView.cs
- SamlEvidence.cs
- GPPOINT.cs
- DataKey.cs
- FontNamesConverter.cs
- Type.cs