Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / NavigateEvent.cs / 1 / 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; ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _DisconnectOverlappedAsyncResult.cs
- COM2TypeInfoProcessor.cs
- CapabilitiesRule.cs
- HtmlInputImage.cs
- SessionPageStateSection.cs
- LayoutInformation.cs
- RoleExceptions.cs
- JoinGraph.cs
- NameNode.cs
- KeyFrames.cs
- MessagePropertyVariants.cs
- BitmapEffectDrawingContent.cs
- EntityTransaction.cs
- MSAAWinEventWrap.cs
- HwndHost.cs
- StylusPoint.cs
- DbMetaDataCollectionNames.cs
- SamlSubject.cs
- TemplatePropertyEntry.cs
- ScrollPatternIdentifiers.cs
- FreezableCollection.cs
- DesignerEventService.cs
- SoapObjectWriter.cs
- MasterPageCodeDomTreeGenerator.cs
- PrintDialog.cs
- DockEditor.cs
- DataGridViewColumnEventArgs.cs
- NameScopePropertyAttribute.cs
- CharEntityEncoderFallback.cs
- TextCollapsingProperties.cs
- PackWebRequestFactory.cs
- PathTooLongException.cs
- IOThreadScheduler.cs
- ActivityXamlServices.cs
- HttpContextServiceHost.cs
- GregorianCalendar.cs
- ToolStripContentPanel.cs
- MenuItemStyle.cs
- XmlILStorageConverter.cs
- CompositeFontInfo.cs
- SerializationAttributes.cs
- Button.cs
- WebPartChrome.cs
- IntellisenseTextBox.designer.cs
- HideDisabledControlAdapter.cs
- PartialCachingControl.cs
- AuthenticateEventArgs.cs
- ResourceReader.cs
- CallInfo.cs
- _TransmitFileOverlappedAsyncResult.cs
- Int32CAMarshaler.cs
- BasicAsyncResult.cs
- ResizeBehavior.cs
- TypeSource.cs
- PrintPreviewGraphics.cs
- InputQueueChannel.cs
- TypeResolver.cs
- VoiceChangeEventArgs.cs
- TranslateTransform.cs
- ConfigurationManagerHelperFactory.cs
- SettingsProviderCollection.cs
- HtmlInputText.cs
- _ShellExpression.cs
- DataGridViewAddColumnDialog.cs
- EncryptedKeyHashIdentifierClause.cs
- Transform3DGroup.cs
- DataObjectFieldAttribute.cs
- _ConnectionGroup.cs
- InvalidOperationException.cs
- InProcStateClientManager.cs
- DataSourceHelper.cs
- ImageField.cs
- DateTimePicker.cs
- DefaultTypeArgumentAttribute.cs
- HtmlInputSubmit.cs
- XmlDesigner.cs
- OrderedDictionary.cs
- ElementProxy.cs
- MemberDomainMap.cs
- HtmlInputButton.cs
- LayoutTable.cs
- ObjectItemConventionAssemblyLoader.cs
- IndexedString.cs
- WinEventTracker.cs
- DataMemberConverter.cs
- SqlProviderUtilities.cs
- HttpException.cs
- SiteMap.cs
- UniqueIdentifierService.cs
- ResourceLoader.cs
- LoginDesigner.cs
- ArrayHelper.cs
- XamlToRtfWriter.cs
- TemplateEditingFrame.cs
- XmlDeclaration.cs
- DefaultWorkflowLoaderService.cs
- XPathNavigatorReader.cs
- RemoteWebConfigurationHost.cs
- ContractDescription.cs
- IgnorePropertiesAttribute.cs