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;
///
/// 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.
//------------------------------------------------------------------------------
//
// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BaseDataList.cs
- WebPartMenuStyle.cs
- TemplateKeyConverter.cs
- TimelineGroup.cs
- IndexedGlyphRun.cs
- SettingsBindableAttribute.cs
- OptimisticConcurrencyException.cs
- ClaimTypes.cs
- XmlSchemaGroup.cs
- ReflectionServiceProvider.cs
- WebConfigurationManager.cs
- EdmSchemaError.cs
- FilterableData.cs
- HashLookup.cs
- CancellationHandler.cs
- Border.cs
- SqlRecordBuffer.cs
- Rect.cs
- MultiplexingDispatchMessageFormatter.cs
- FontSourceCollection.cs
- DataGridRowClipboardEventArgs.cs
- SiteMapNode.cs
- ColorConvertedBitmap.cs
- _LocalDataStore.cs
- HttpCookie.cs
- CachedFontFamily.cs
- ContextMarshalException.cs
- MediaCommands.cs
- InputLanguage.cs
- safemediahandle.cs
- infer.cs
- ParameterToken.cs
- ConfigurationSettings.cs
- XmlNamespaceMappingCollection.cs
- XmlStreamStore.cs
- JournalEntryListConverter.cs
- CapabilitiesPattern.cs
- WsdlImporter.cs
- ArrangedElementCollection.cs
- SchemaElementLookUpTable.cs
- SqlDataRecord.cs
- ClosableStream.cs
- QueryExpr.cs
- util.cs
- FileCodeGroup.cs
- SQLInt32.cs
- OleDbRowUpdatedEvent.cs
- SerializationFieldInfo.cs
- SourceSwitch.cs
- XmlSchemaType.cs
- WebHttpBindingElement.cs
- WebPartZoneBase.cs
- XhtmlMobileTextWriter.cs
- TimestampInformation.cs
- ToolStripDropDownDesigner.cs
- EntityContainer.cs
- _NegoState.cs
- AdapterDictionary.cs
- CompositionTarget.cs
- SortDescriptionCollection.cs
- StyleReferenceConverter.cs
- AppliedDeviceFiltersEditor.cs
- SoapSchemaExporter.cs
- TextPointerBase.cs
- BitmapPalettes.cs
- Debugger.cs
- CLRBindingWorker.cs
- EncryptedType.cs
- CodeDomSerializerException.cs
- PropagationProtocolsTracing.cs
- SqlDataSourceSelectingEventArgs.cs
- WindowsToolbar.cs
- DecimalAnimationUsingKeyFrames.cs
- AttachmentCollection.cs
- TimeZone.cs
- MLangCodePageEncoding.cs
- _AutoWebProxyScriptWrapper.cs
- SecurityVerifiedMessage.cs
- DrawingAttributesDefaultValueFactory.cs
- MenuAutomationPeer.cs
- StyleSelector.cs
- ConcatQueryOperator.cs
- LicenseManager.cs
- Pts.cs
- Knowncolors.cs
- OutputCacheSettings.cs
- CompilerParameters.cs
- ServiceObjectContainer.cs
- ByteConverter.cs
- _SecureChannel.cs
- RoutedEventArgs.cs
- PowerStatus.cs
- BindingValueChangedEventArgs.cs
- IntersectQueryOperator.cs
- TemplateManager.cs
- ResourceWriter.cs
- ColorConvertedBitmap.cs
- ToolStripDropDownClosedEventArgs.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- EnumType.cs