Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / BulletedListEventArgs.cs / 1305376 / BulletedListEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Web;
///
/// The event args when a bulletedlist causes a postback.
///
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;
///
/// The event args when a bulletedlist causes a postback.
///
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
- ExpressionSelection.cs
- TypeReference.cs
- XmlKeywords.cs
- Screen.cs
- RowToFieldTransformer.cs
- DesignerHelpers.cs
- Path.cs
- Site.cs
- SettingsSavedEventArgs.cs
- VersionPair.cs
- precedingsibling.cs
- VisualTransition.cs
- MemoryStream.cs
- SymbolType.cs
- FormattedText.cs
- WebServiceData.cs
- EventRouteFactory.cs
- SqlServer2KCompatibilityAnnotation.cs
- MemberRelationshipService.cs
- ProcessHostMapPath.cs
- FixedTextView.cs
- Image.cs
- BitArray.cs
- ListDictionary.cs
- TTSVoice.cs
- DataGridCell.cs
- WebPartZoneBase.cs
- NamedObject.cs
- WindowInteropHelper.cs
- CacheOutputQuery.cs
- DesignerDeviceConfig.cs
- HttpListenerRequest.cs
- FixedSOMPageElement.cs
- TemplateColumn.cs
- IntegerValidatorAttribute.cs
- PropertyToken.cs
- StackBuilderSink.cs
- SQLDecimalStorage.cs
- HttpContextBase.cs
- FunctionNode.cs
- TextEndOfParagraph.cs
- RequestCachePolicy.cs
- DataControlImageButton.cs
- BitmapEffect.cs
- TransactionFlowAttribute.cs
- ItemList.cs
- TypeElement.cs
- SessionStateUtil.cs
- UIElementParaClient.cs
- XNodeValidator.cs
- DeclaredTypeElementCollection.cs
- DifferencingCollection.cs
- WindowInteropHelper.cs
- DesignerAttributeInfo.cs
- BinaryFormatter.cs
- CharacterBuffer.cs
- FileVersion.cs
- PropertyEmitter.cs
- PathSegment.cs
- NonVisualControlAttribute.cs
- PixelFormats.cs
- SafeTokenHandle.cs
- ClientSponsor.cs
- FailedToStartupUIException.cs
- StringKeyFrameCollection.cs
- CanonicalFontFamilyReference.cs
- EdmFunction.cs
- AsyncResult.cs
- DrawingGroup.cs
- XmlFormatExtensionPointAttribute.cs
- ColumnMapTranslator.cs
- ContextStaticAttribute.cs
- TextRangeAdaptor.cs
- Keyboard.cs
- DictationGrammar.cs
- DataSourceSerializationException.cs
- MorphHelper.cs
- TargetFrameworkUtil.cs
- SliderAutomationPeer.cs
- DoubleConverter.cs
- ViewManager.cs
- EntityDataSourceWrapperCollection.cs
- UndoUnit.cs
- ResourceExpressionBuilder.cs
- Propagator.JoinPropagator.cs
- RepeaterItemCollection.cs
- NumberEdit.cs
- Win32Exception.cs
- Preprocessor.cs
- DataGridHeaderBorder.cs
- SqlProvider.cs
- Memoizer.cs
- compensatingcollection.cs
- StrokeNodeOperations.cs
- WinEventWrap.cs
- XmlNavigatorStack.cs
- PolicyException.cs
- MapPathBasedVirtualPathProvider.cs
- DiffuseMaterial.cs
- wgx_sdk_version.cs