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; ////// /// 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
- PathGradientBrush.cs
- HtmlTextArea.cs
- SqlConnectionPoolProviderInfo.cs
- OleDbTransaction.cs
- XPathMultyIterator.cs
- BitmapEffectGroup.cs
- ChtmlFormAdapter.cs
- CodeActivityContext.cs
- UriTemplate.cs
- ToolboxItemAttribute.cs
- PersonalizationStateQuery.cs
- RootBrowserWindowAutomationPeer.cs
- SiteMapSection.cs
- JoinElimination.cs
- WhileDesigner.xaml.cs
- Sql8ExpressionRewriter.cs
- DataGridViewColumnDesigner.cs
- DbgCompiler.cs
- InvokePattern.cs
- RawUIStateInputReport.cs
- EventManager.cs
- AsymmetricCryptoHandle.cs
- MarshalByValueComponent.cs
- HttpClientCredentialType.cs
- PatternMatcher.cs
- WmpBitmapDecoder.cs
- PairComparer.cs
- CommandSet.cs
- ProviderCollection.cs
- ApplicationManager.cs
- DesignUtil.cs
- WebPartZone.cs
- DriveInfo.cs
- DrawingGroup.cs
- SHA512.cs
- QilNode.cs
- Thumb.cs
- Int16Converter.cs
- MetadataSection.cs
- SessionPageStateSection.cs
- StrokeNodeOperations2.cs
- PreviewPrintController.cs
- InvalidDocumentContentsException.cs
- VerificationAttribute.cs
- XmlResolver.cs
- JsonSerializer.cs
- NameValueCollection.cs
- TextProperties.cs
- Normalization.cs
- StreamWriter.cs
- ClassValidator.cs
- SqlRowUpdatingEvent.cs
- Error.cs
- KeyEvent.cs
- DetailsViewDeletedEventArgs.cs
- GlyphRun.cs
- SkinIDTypeConverter.cs
- CfgArc.cs
- FixedFindEngine.cs
- NativeMethodsCLR.cs
- EnumConverter.cs
- DataControlLinkButton.cs
- CodeTypeParameterCollection.cs
- DateTimeOffset.cs
- PassportPrincipal.cs
- cookiecontainer.cs
- XsltInput.cs
- VariableReference.cs
- ProxyAttribute.cs
- BamlStream.cs
- RSAOAEPKeyExchangeDeformatter.cs
- DispatcherOperation.cs
- TypeElement.cs
- MulticastNotSupportedException.cs
- ToolBar.cs
- MatrixAnimationUsingPath.cs
- MethodCallConverter.cs
- base64Transforms.cs
- ProxyGenerator.cs
- AdornerHitTestResult.cs
- ExpressionNode.cs
- XPathExpr.cs
- PointAnimationUsingPath.cs
- StylesEditorDialog.cs
- DisplayNameAttribute.cs
- RepeatInfo.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- Repeater.cs
- JournalEntry.cs
- Decorator.cs
- ReaderOutput.cs
- InvokeGenerator.cs
- PrivateFontCollection.cs
- GridProviderWrapper.cs
- FilterableData.cs
- FlowLayout.cs
- NullRuntimeConfig.cs
- SchemaCollectionCompiler.cs
- DataSourceProvider.cs
- ItemTypeToolStripMenuItem.cs