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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ISFClipboardData.cs
- OracleRowUpdatingEventArgs.cs
- WindowsGraphicsCacheManager.cs
- ToolStripMenuItemCodeDomSerializer.cs
- TableAdapterManagerGenerator.cs
- NativeMethods.cs
- ReadOnlyHierarchicalDataSource.cs
- AddInDeploymentState.cs
- CommandSet.cs
- AppDomainUnloadedException.cs
- SplitterPanel.cs
- GeneralTransform3D.cs
- ParallelLoopState.cs
- RegistrySecurity.cs
- FirewallWrapper.cs
- LineInfo.cs
- IFlowDocumentViewer.cs
- SerializeAbsoluteContext.cs
- ListViewItemSelectionChangedEvent.cs
- ComNativeDescriptor.cs
- ServiceDesigner.xaml.cs
- SqlNodeTypeOperators.cs
- DataReceivedEventArgs.cs
- IdentityModelStringsVersion1.cs
- webproxy.cs
- ChildChangedEventArgs.cs
- DataViewManagerListItemTypeDescriptor.cs
- ResXFileRef.cs
- ToolBar.cs
- PtsHelper.cs
- TraceLog.cs
- SchemaAttDef.cs
- InternalConfigConfigurationFactory.cs
- DataTableMappingCollection.cs
- ScriptingProfileServiceSection.cs
- TypeConverterHelper.cs
- Drawing.cs
- LinkTarget.cs
- DataServiceKeyAttribute.cs
- ProfileProvider.cs
- Brushes.cs
- RangeBaseAutomationPeer.cs
- XmlSchemaComplexContent.cs
- CodeConditionStatement.cs
- WebPartDesigner.cs
- SqlResolver.cs
- Boolean.cs
- UnitControl.cs
- SafeSecurityHelper.cs
- RTTrackingProfile.cs
- WindowsPen.cs
- XmlAttributes.cs
- Image.cs
- EventlogProvider.cs
- FileDialog_Vista_Interop.cs
- RenderCapability.cs
- FolderBrowserDialog.cs
- XmlDocumentSerializer.cs
- SerializerDescriptor.cs
- XsdCachingReader.cs
- XmlCharCheckingReader.cs
- SspiNegotiationTokenProvider.cs
- ResourceAttributes.cs
- TraceUtility.cs
- SqlHelper.cs
- WmlTextViewAdapter.cs
- TagPrefixAttribute.cs
- Scene3D.cs
- GenericEnumerator.cs
- InstanceDataCollection.cs
- PersistChildrenAttribute.cs
- PropertySegmentSerializer.cs
- ResourceDisplayNameAttribute.cs
- Item.cs
- PlacementWorkspace.cs
- ProcessStartInfo.cs
- SessionEndedEventArgs.cs
- SmtpReplyReaderFactory.cs
- BookmarkUndoUnit.cs
- LogManagementAsyncResult.cs
- ToolStripOverflowButton.cs
- OutputCacheSettings.cs
- RsaSecurityToken.cs
- MenuItemStyleCollection.cs
- Lookup.cs
- UnmanagedBitmapWrapper.cs
- FilteredAttributeCollection.cs
- PieceNameHelper.cs
- WriterOutput.cs
- GeometryCollection.cs
- AttributeCollection.cs
- StringDictionaryWithComparer.cs
- ProcessHostFactoryHelper.cs
- DetailsViewDesigner.cs
- TimelineClockCollection.cs
- X509IssuerSerialKeyIdentifierClause.cs
- WindowProviderWrapper.cs
- XamlStream.cs
- IsolatedStorage.cs
- DoubleUtil.cs