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; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class BulletedListEventArgs : EventArgs { private int _index; ///The event args when a bulletedlist causes a postback. ////// 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; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class BulletedListEventArgs : EventArgs { private int _index; ///The event args when a bulletedlist causes a postback. ////// 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
- TypeConverterHelper.cs
- TypeLoadException.cs
- JournalNavigationScope.cs
- ToolStripOverflow.cs
- ListViewItemCollectionEditor.cs
- UnsafeNativeMethods.cs
- WindowsTitleBar.cs
- ComplexTypeEmitter.cs
- DetailsViewUpdateEventArgs.cs
- DocumentGrid.cs
- GridViewAutomationPeer.cs
- MimeMapping.cs
- MethodMessage.cs
- SqlClientWrapperSmiStreamChars.cs
- MDIControlStrip.cs
- ParamArrayAttribute.cs
- IdentityHolder.cs
- ParameterRetriever.cs
- MILUtilities.cs
- WorkflowInstanceAbortedRecord.cs
- ScrollChangedEventArgs.cs
- InvalidPrinterException.cs
- HtmlElement.cs
- StringStorage.cs
- JournalEntryListConverter.cs
- PerfCounters.cs
- MembershipSection.cs
- EncoderExceptionFallback.cs
- TaskCanceledException.cs
- RequestResizeEvent.cs
- ValueUtilsSmi.cs
- DeflateStream.cs
- SecurityTraceRecordHelper.cs
- DataServicePagingProviderWrapper.cs
- DataTableReaderListener.cs
- Item.cs
- CodeDefaultValueExpression.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ComponentChangedEvent.cs
- Tokenizer.cs
- DataGridViewImageColumn.cs
- StackSpiller.Temps.cs
- Localizer.cs
- DocumentViewerHelper.cs
- Pen.cs
- ImageUrlEditor.cs
- ResourceExpressionBuilder.cs
- DiagnosticsConfigurationHandler.cs
- FormDocumentDesigner.cs
- PackageRelationship.cs
- EUCJPEncoding.cs
- ADMembershipProvider.cs
- FrugalList.cs
- ComponentEditorPage.cs
- TerminatorSinks.cs
- ContextQuery.cs
- DbProviderFactoriesConfigurationHandler.cs
- SmiEventStream.cs
- BitmapCacheBrush.cs
- VirtualPath.cs
- Int32RectValueSerializer.cs
- KeyedCollection.cs
- WsatEtwTraceListener.cs
- EntitySet.cs
- ResourceExpression.cs
- ParseNumbers.cs
- XmlSerializationReader.cs
- HatchBrush.cs
- CodeTypeDelegate.cs
- StorageConditionPropertyMapping.cs
- Point3DKeyFrameCollection.cs
- precedingsibling.cs
- ClientRolePrincipal.cs
- ConnectivityStatus.cs
- SQLInt32.cs
- Pen.cs
- HtmlPhoneCallAdapter.cs
- TreeViewImageIndexConverter.cs
- ColorAnimationUsingKeyFrames.cs
- DbConnectionOptions.cs
- ListViewDataItem.cs
- ManifestResourceInfo.cs
- SingleObjectCollection.cs
- DBParameter.cs
- InplaceBitmapMetadataWriter.cs
- CodeAttributeArgumentCollection.cs
- messageonlyhwndwrapper.cs
- SocketInformation.cs
- LogAppendAsyncResult.cs
- PublisherMembershipCondition.cs
- CounterSetInstanceCounterDataSet.cs
- EngineSiteSapi.cs
- SettingsBindableAttribute.cs
- TableCell.cs
- SimpleRecyclingCache.cs
- PageAsyncTask.cs
- ServiceMemoryGates.cs
- VariableQuery.cs
- BigIntegerStorage.cs
- DataMemberFieldConverter.cs