Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / HistoryEventArgs.cs / 1305376 / HistoryEventArgs.cs
namespace System.Web.UI { using System; using System.Collections.Specialized; 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; 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
- ScriptIgnoreAttribute.cs
- RegexTree.cs
- CmsUtils.cs
- InputReferenceExpression.cs
- MissingFieldException.cs
- UpdatePanelTrigger.cs
- ConfigXmlWhitespace.cs
- ImmutableObjectAttribute.cs
- ProcessRequestArgs.cs
- Style.cs
- WeakReferenceEnumerator.cs
- ThemeDirectoryCompiler.cs
- UIElement.cs
- TimeoutHelper.cs
- XamlClipboardData.cs
- HttpCookiesSection.cs
- COM2EnumConverter.cs
- TextViewSelectionProcessor.cs
- SqlCommandSet.cs
- PrinterUnitConvert.cs
- GCHandleCookieTable.cs
- FileLogRecordHeader.cs
- TextChange.cs
- StaticContext.cs
- PaintEvent.cs
- WorkflowMessageEventArgs.cs
- Rotation3DAnimation.cs
- ExpanderAutomationPeer.cs
- StateMachineWorkflow.cs
- DBBindings.cs
- Table.cs
- RegexTree.cs
- SQLConvert.cs
- MachineKeyConverter.cs
- TextEditorMouse.cs
- TransformPatternIdentifiers.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- OdbcHandle.cs
- EventData.cs
- DescriptionAttribute.cs
- HelpProvider.cs
- safesecurityhelperavalon.cs
- TargetParameterCountException.cs
- Pick.cs
- PackagingUtilities.cs
- MutableAssemblyCacheEntry.cs
- FigureParagraph.cs
- QilTernary.cs
- DefaultProxySection.cs
- SQLInt16.cs
- RowToFieldTransformer.cs
- MSG.cs
- baseaxisquery.cs
- NextPreviousPagerField.cs
- SplitContainerDesigner.cs
- ImageSourceConverter.cs
- TextTreeInsertUndoUnit.cs
- DataGridViewCellEventArgs.cs
- ItemList.cs
- StorageBasedPackageProperties.cs
- SqlCacheDependencyDatabase.cs
- PlaceHolder.cs
- IndexerHelper.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- WebPartConnectVerb.cs
- TraceSection.cs
- FactorySettingsElement.cs
- CombinedGeometry.cs
- RoutedEventHandlerInfo.cs
- ParserContext.cs
- WebConfigurationHostFileChange.cs
- ServiceThrottlingBehavior.cs
- FilePrompt.cs
- WindowsListViewGroup.cs
- ToolStripGrip.cs
- HtmlUtf8RawTextWriter.cs
- ComplexTypeEmitter.cs
- QilCloneVisitor.cs
- Int16Converter.cs
- AliasExpr.cs
- BinHexEncoding.cs
- Inline.cs
- FactoryRecord.cs
- SQLInt64.cs
- TextTreeExtractElementUndoUnit.cs
- FullTextLine.cs
- StrongName.cs
- InitializationEventAttribute.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- BasePattern.cs
- MemberCollection.cs
- MarshalByValueComponent.cs
- StorageEndPropertyMapping.cs
- SQLInt16Storage.cs
- cookiecontainer.cs
- ItemCollection.cs
- DataGridViewAdvancedBorderStyle.cs
- SQLInt64Storage.cs
- DbConnectionPoolIdentity.cs
- HtmlControlDesigner.cs