Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / HistoryEventArgs.cs / 1 / HistoryEventArgs.cs
namespace System.Web.UI { using System; using System.Collections.Specialized; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] public class HistoryEventArgs : EventArgs { private NameValueCollection _state; public HistoryEventArgs(NameValueCollection state) { _state = state; } public NameValueCollection State { get { return _state; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.UI { using System; using System.Collections.Specialized; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] public class HistoryEventArgs : EventArgs { private NameValueCollection _state; public HistoryEventArgs(NameValueCollection state) { _state = state; } public NameValueCollection State { get { return _state; } } } } // 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
- DesignerCategoryAttribute.cs
- DataAdapter.cs
- FileDataSource.cs
- ZipIOLocalFileBlock.cs
- DrawingImage.cs
- AnnotationMap.cs
- InternalResources.cs
- UnsafePeerToPeerMethods.cs
- ParameterCollectionEditor.cs
- GridViewColumnCollectionChangedEventArgs.cs
- ProjectionCamera.cs
- WindowVisualStateTracker.cs
- AssemblyAttributesGoHere.cs
- WebBrowserHelper.cs
- SqlUserDefinedAggregateAttribute.cs
- PhysicalOps.cs
- UrlAuthorizationModule.cs
- CapabilitiesPattern.cs
- InputReportEventArgs.cs
- Control.cs
- ControlTemplate.cs
- SqlDataReaderSmi.cs
- CodeSnippetCompileUnit.cs
- ContextMenuStripGroupCollection.cs
- NativeMethods.cs
- CompositeCollectionView.cs
- TemplateManager.cs
- Point3DAnimation.cs
- ObjectTag.cs
- TrustSection.cs
- SqlUtil.cs
- DEREncoding.cs
- TileBrush.cs
- ControlBuilderAttribute.cs
- X509Certificate2Collection.cs
- ContentValidator.cs
- ClassicBorderDecorator.cs
- DeclarativeCatalogPart.cs
- ExpressionPrinter.cs
- FrameworkElement.cs
- TableLayoutColumnStyleCollection.cs
- DesignerWebPartChrome.cs
- TemplatePartAttribute.cs
- CodeIdentifiers.cs
- QueryContinueDragEventArgs.cs
- IfJoinedCondition.cs
- Parsers.cs
- UnknownWrapper.cs
- DocComment.cs
- PathData.cs
- TemplatedAdorner.cs
- ToolStripCollectionEditor.cs
- ToolStripRenderer.cs
- UshortList2.cs
- ISAPIWorkerRequest.cs
- TreeViewCancelEvent.cs
- TraceContextEventArgs.cs
- XPathNodePointer.cs
- Empty.cs
- HtmlAnchor.cs
- ProtocolsConfigurationEntry.cs
- DecoratedNameAttribute.cs
- DocumentPageViewAutomationPeer.cs
- TextContainerChangedEventArgs.cs
- DesignerActionTextItem.cs
- WmpBitmapEncoder.cs
- DebugController.cs
- DbExpressionVisitor.cs
- PasswordDeriveBytes.cs
- VectorKeyFrameCollection.cs
- Triangle.cs
- TemplateControlParser.cs
- DataBindEngine.cs
- _Semaphore.cs
- DispatchChannelSink.cs
- StateChangeEvent.cs
- BypassElement.cs
- TypeDependencyAttribute.cs
- MarshalByRefObject.cs
- Int64AnimationUsingKeyFrames.cs
- XPathDocumentIterator.cs
- CollectionExtensions.cs
- safemediahandle.cs
- AutomationAttributeInfo.cs
- CacheEntry.cs
- RawKeyboardInputReport.cs
- XmlSiteMapProvider.cs
- DataSysAttribute.cs
- XhtmlBasicValidationSummaryAdapter.cs
- RightsManagementEncryptionTransform.cs
- SingleAnimationBase.cs
- RegexRunnerFactory.cs
- UICuesEvent.cs
- Normalizer.cs
- PolicyLevel.cs
- AccessDataSource.cs
- MessageFormatterConverter.cs
- BoolLiteral.cs
- DataGridViewCellEventArgs.cs
- PageBreakRecord.cs