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
- COM2ExtendedUITypeEditor.cs
- ThemeDirectoryCompiler.cs
- DbParameterHelper.cs
- RegionIterator.cs
- RtfControls.cs
- NamedServiceModelExtensionCollectionElement.cs
- Rotation3D.cs
- _Connection.cs
- GregorianCalendarHelper.cs
- JumpList.cs
- ItemList.cs
- StringAnimationUsingKeyFrames.cs
- SocketElement.cs
- WebBrowserNavigatingEventHandler.cs
- MenuItemStyle.cs
- TreeNodeCollection.cs
- Block.cs
- StructuredProperty.cs
- GPRECTF.cs
- StreamUpdate.cs
- SqlBooleanizer.cs
- ValidationEventArgs.cs
- VariableQuery.cs
- infer.cs
- XmlCollation.cs
- DockPanel.cs
- ParentUndoUnit.cs
- ComboBoxRenderer.cs
- exports.cs
- XmlNodeChangedEventManager.cs
- TdsParserSessionPool.cs
- LinkButton.cs
- StringUtil.cs
- BypassElement.cs
- MbpInfo.cs
- AnnotationStore.cs
- CursorConverter.cs
- figurelength.cs
- DesignerTransactionCloseEvent.cs
- EnumUnknown.cs
- ChannelCacheDefaults.cs
- XmlDataDocument.cs
- WindowsBrush.cs
- ServiceDesigner.cs
- HtmlValidatorAdapter.cs
- BitmapMetadata.cs
- HwndSourceParameters.cs
- ClonableStack.cs
- SharedStatics.cs
- DescendentsWalkerBase.cs
- DataGridViewRowPostPaintEventArgs.cs
- ActivityPreviewDesigner.cs
- TextSearch.cs
- UInt16.cs
- TemplateParser.cs
- XpsViewerException.cs
- MenuItem.cs
- DataBindingExpressionBuilder.cs
- Win32KeyboardDevice.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- LateBoundBitmapDecoder.cs
- SelectionPattern.cs
- RuleSettingsCollection.cs
- PrinterUnitConvert.cs
- ContextMenuAutomationPeer.cs
- Line.cs
- IsolatedStorageFilePermission.cs
- XmlJsonWriter.cs
- ServiceDescriptions.cs
- SpanIndex.cs
- StandardOleMarshalObject.cs
- SafePointer.cs
- BamlReader.cs
- XmlSerializer.cs
- SystemResources.cs
- InvalidComObjectException.cs
- UndirectedGraph.cs
- EntitySetRetriever.cs
- BrowserCapabilitiesCompiler.cs
- CodeMemberProperty.cs
- FormViewPagerRow.cs
- ChildrenQuery.cs
- HttpCachePolicyWrapper.cs
- ThreadStateException.cs
- UnknownBitmapEncoder.cs
- PolyBezierSegment.cs
- ConstrainedDataObject.cs
- CustomWebEventKey.cs
- EngineSite.cs
- DecimalFormatter.cs
- RenderData.cs
- DuplicateWaitObjectException.cs
- SpeechRecognizer.cs
- Matrix.cs
- EncoderExceptionFallback.cs
- SingleObjectCollection.cs
- OSFeature.cs
- ReliableChannelFactory.cs
- CookielessHelper.cs
- HtmlTableRow.cs