Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / NavigateEvent.cs / 1305376 / NavigateEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
using System.ComponentModel;
///
///
///
///
[System.Runtime.InteropServices.ComVisible(true)]
public class NavigateEventArgs : EventArgs {
private bool isForward = true;
///
///
/// [To be supplied.]
///
public bool Forward {
get {
return isForward;
}
}
///
///
/// [To be supplied.]
///
public NavigateEventArgs(bool isForward) {
this.isForward = isForward;
}
}
}
// 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
- SchemaElementDecl.cs
- StateMachineExecutionState.cs
- WebBrowserBase.cs
- TreeNodeCollection.cs
- CharacterMetrics.cs
- SafePointer.cs
- Variant.cs
- CodeBinaryOperatorExpression.cs
- DependencyPropertyChangedEventArgs.cs
- XmlQueryRuntime.cs
- RegistrationServices.cs
- Vector3DCollection.cs
- XpsFixedPageReaderWriter.cs
- HttpModulesSection.cs
- DictionaryGlobals.cs
- odbcmetadatafactory.cs
- Rights.cs
- MessageQueuePermissionEntryCollection.cs
- DataTablePropertyDescriptor.cs
- StackBuilderSink.cs
- ToolStripContentPanelRenderEventArgs.cs
- XmlSerializableServices.cs
- ThicknessAnimationUsingKeyFrames.cs
- SiteMapDataSourceDesigner.cs
- AmbientEnvironment.cs
- XmlUrlResolver.cs
- ObjectSpanRewriter.cs
- RepeaterItemEventArgs.cs
- TabItem.cs
- XmlNamespaceManager.cs
- ByteAnimationUsingKeyFrames.cs
- Button.cs
- Package.cs
- SqlServices.cs
- DocumentOrderQuery.cs
- GeometryModel3D.cs
- ZoneButton.cs
- PassportAuthenticationModule.cs
- DynamicObject.cs
- XPathChildIterator.cs
- ErrorsHelper.cs
- XmlSchemaSubstitutionGroup.cs
- Cursor.cs
- XsdDateTime.cs
- Pair.cs
- MappingItemCollection.cs
- DataGridColumn.cs
- CommandPlan.cs
- DataRelationPropertyDescriptor.cs
- StreamUpdate.cs
- DayRenderEvent.cs
- CatalogPart.cs
- RenderData.cs
- GeometryDrawing.cs
- XPathNodeInfoAtom.cs
- SemaphoreSecurity.cs
- SecurityException.cs
- StandardBindingElement.cs
- CompositionDesigner.cs
- BooleanConverter.cs
- ParseHttpDate.cs
- DiagnosticsElement.cs
- Expression.cs
- LocalizationComments.cs
- XmlQueryCardinality.cs
- streamingZipPartStream.cs
- FillRuleValidation.cs
- MappingItemCollection.cs
- MetadataArtifactLoaderCompositeResource.cs
- MasterPage.cs
- TypeDescriptionProvider.cs
- FileLogRecord.cs
- InstanceCollisionException.cs
- ShaderEffect.cs
- HttpHandlersSection.cs
- GZipDecoder.cs
- XhtmlBasicObjectListAdapter.cs
- PreviewPageInfo.cs
- EditorAttribute.cs
- TypographyProperties.cs
- ChainedAsyncResult.cs
- UnsafeNativeMethods.cs
- DataGridCellEditEndingEventArgs.cs
- BindingCompleteEventArgs.cs
- StrokeCollection2.cs
- SchemaNames.cs
- EnterpriseServicesHelper.cs
- SrgsSubset.cs
- TextTreeRootTextBlock.cs
- TemplatePagerField.cs
- DbParameterCollectionHelper.cs
- XmlEventCache.cs
- WindowsClientCredential.cs
- ListViewGroup.cs
- WaitHandleCannotBeOpenedException.cs
- PackageRelationship.cs
- BuildProvider.cs
- DiffuseMaterial.cs
- SimpleBitVector32.cs
- ArglessEventHandlerProxy.cs