Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EventProvider.cs
- ResourceKey.cs
- PerspectiveCamera.cs
- Helpers.cs
- ConfigXmlDocument.cs
- ClonableStack.cs
- XmlByteStreamReader.cs
- DataGridItemCollection.cs
- MemberJoinTreeNode.cs
- ObjectDataSourceStatusEventArgs.cs
- AddInSegmentDirectoryNotFoundException.cs
- ReaderWriterLockWrapper.cs
- ToolBar.cs
- RtfFormatStack.cs
- DbDataRecord.cs
- GrammarBuilderWildcard.cs
- InfoCardTrace.cs
- ScriptManager.cs
- CapabilitiesRule.cs
- PropertyEntry.cs
- CompiledIdentityConstraint.cs
- ClientEventManager.cs
- AliasedExpr.cs
- Int32AnimationBase.cs
- CheckBoxFlatAdapter.cs
- ImageConverter.cs
- StateMachineSubscription.cs
- TextBox.cs
- RoutedEventHandlerInfo.cs
- NativeActivityMetadata.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- CommonBehaviorsSection.cs
- Interop.cs
- CollectionViewGroupInternal.cs
- PackageProperties.cs
- TypeToken.cs
- handlecollector.cs
- DocumentViewerHelper.cs
- PlainXmlSerializer.cs
- ByteAnimationUsingKeyFrames.cs
- BoolExpr.cs
- BinaryFormatterWriter.cs
- DelayDesigner.cs
- GrammarBuilderPhrase.cs
- ObjectDesignerDataSourceView.cs
- HuffmanTree.cs
- AttributeParameterInfo.cs
- Common.cs
- RightsManagementInformation.cs
- shaper.cs
- DBConnectionString.cs
- WebPartZoneBase.cs
- DiagnosticTrace.cs
- RepeaterItemEventArgs.cs
- DetailsViewInsertEventArgs.cs
- LineInfo.cs
- DbDataAdapter.cs
- UntrustedRecipientException.cs
- TextDecoration.cs
- RSAPKCS1SignatureFormatter.cs
- BamlCollectionHolder.cs
- SQLConvert.cs
- StyleSelector.cs
- _DisconnectOverlappedAsyncResult.cs
- SymmetricAlgorithm.cs
- TypeBrowserDialog.cs
- CreateRefExpr.cs
- TextTreeDeleteContentUndoUnit.cs
- RichTextBoxAutomationPeer.cs
- ProviderConnectionPointCollection.cs
- SignedPkcs7.cs
- EntityDataSourceWizardForm.cs
- PolicyValidationException.cs
- HierarchicalDataBoundControl.cs
- DrawingAttributes.cs
- XamlNamespaceHelper.cs
- CompositeControl.cs
- PingReply.cs
- RegistryPermission.cs
- LineUtil.cs
- ModelVisual3D.cs
- TreeViewImageKeyConverter.cs
- AttributeQuery.cs
- EventToken.cs
- RegistryDataKey.cs
- BuildProvider.cs
- MimeWriter.cs
- Internal.cs
- PopupControlService.cs
- Socket.cs
- QuaternionAnimation.cs
- BindingOperations.cs
- Point.cs
- SafeUserTokenHandle.cs
- RegexTree.cs
- KerberosTokenFactoryCredential.cs
- CompressionTransform.cs
- MenuItemStyle.cs
- TemplateAction.cs
- XPathBuilder.cs