Code:
/ 4.0 / 4.0 / 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.
//------------------------------------------------------------------------------
//
// 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
- DodSequenceMerge.cs
- BoundPropertyEntry.cs
- PolicyLevel.cs
- BrowserInteropHelper.cs
- XhtmlBasicListAdapter.cs
- BaseParaClient.cs
- Geometry3D.cs
- SwitchAttribute.cs
- UpdateRecord.cs
- FileDialog_Vista_Interop.cs
- ToolStripDropTargetManager.cs
- ToolBarButtonClickEvent.cs
- WebPartDisplayModeCollection.cs
- DataSourceHelper.cs
- EncodingInfo.cs
- XmlFormatReaderGenerator.cs
- DataTableNewRowEvent.cs
- PrintPreviewControl.cs
- Permission.cs
- VirtualPath.cs
- DocumentationServerProtocol.cs
- ListParagraph.cs
- GridItem.cs
- RepeaterItemEventArgs.cs
- ValidatorUtils.cs
- ResourcesChangeInfo.cs
- GeometryCollection.cs
- RectangleGeometry.cs
- PreservationFileWriter.cs
- RequestBringIntoViewEventArgs.cs
- RepeaterCommandEventArgs.cs
- SchemaCollectionPreprocessor.cs
- FloaterParaClient.cs
- SimpleTypeResolver.cs
- StringUtil.cs
- TreeViewEvent.cs
- RequestSecurityTokenSerializer.cs
- RepeaterItemCollection.cs
- FormViewDeletedEventArgs.cs
- MemberMaps.cs
- ContractNamespaceAttribute.cs
- GC.cs
- BeginCreateSecurityTokenRequest.cs
- Configuration.cs
- XmlChildNodes.cs
- StateWorkerRequest.cs
- PropertyValueChangedEvent.cs
- ListBoxItemWrapperAutomationPeer.cs
- URI.cs
- NestedContainer.cs
- RuntimeWrappedException.cs
- EmbeddedMailObject.cs
- ItemContainerProviderWrapper.cs
- NodeLabelEditEvent.cs
- DataTableNewRowEvent.cs
- DataGridViewComboBoxCell.cs
- LicenseContext.cs
- NetCodeGroup.cs
- ProcessThread.cs
- QilTargetType.cs
- Globals.cs
- UserControl.cs
- NavigationExpr.cs
- BaseParser.cs
- FieldAccessException.cs
- InternalConfigRoot.cs
- WebResourceAttribute.cs
- StringDictionaryWithComparer.cs
- StorageMappingFragment.cs
- ResXResourceReader.cs
- ImportDesigner.xaml.cs
- MILUtilities.cs
- DataServices.cs
- DBConcurrencyException.cs
- DiscoveryDocumentLinksPattern.cs
- ObjectQueryProvider.cs
- SpotLight.cs
- MergeFailedEvent.cs
- parserscommon.cs
- _ConnectionGroup.cs
- UTF32Encoding.cs
- XhtmlBasicPanelAdapter.cs
- ParameterBuilder.cs
- ServiceManager.cs
- MimeMapping.cs
- NetworkInformationPermission.cs
- ExtensionFile.cs
- BitmapEncoder.cs
- ChameleonKey.cs
- WebControlsSection.cs
- DurableOperationAttribute.cs
- ThreadLocal.cs
- TraceFilter.cs
- PerfProviderCollection.cs
- BehaviorEditorPart.cs
- EdmProperty.cs
- X509Utils.cs
- DecimalMinMaxAggregationOperator.cs
- HexParser.cs
- ReaderWriterLock.cs