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
- SafeLocalMemHandle.cs
- Switch.cs
- ArrayElementGridEntry.cs
- XmlSchemaValidator.cs
- JsonFaultDetail.cs
- ServicesUtilities.cs
- GridItemProviderWrapper.cs
- basecomparevalidator.cs
- PageOutputQuality.cs
- TextTreeTextElementNode.cs
- ComponentConverter.cs
- BrowserDefinitionCollection.cs
- ZipIOExtraFieldElement.cs
- COM2ExtendedTypeConverter.cs
- ToolStripRenderEventArgs.cs
- DataSetUtil.cs
- PlainXmlDeserializer.cs
- ListViewUpdatedEventArgs.cs
- CodeNamespaceImport.cs
- BamlResourceContent.cs
- TypeGeneratedEventArgs.cs
- LocationUpdates.cs
- SiteMapHierarchicalDataSourceView.cs
- BitmapSizeOptions.cs
- Timer.cs
- Encoding.cs
- TypeRefElement.cs
- EditModeSwitchButton.cs
- WebPartTracker.cs
- RenameRuleObjectDialog.Designer.cs
- CodeIterationStatement.cs
- PopupRootAutomationPeer.cs
- MimePart.cs
- AdapterUtil.cs
- QueryableDataSourceEditData.cs
- ModulesEntry.cs
- CodeSubDirectory.cs
- PropertyHelper.cs
- ToolboxItemCollection.cs
- ProfileModule.cs
- NetworkInformationException.cs
- ControlType.cs
- TransformerInfo.cs
- SchemaLookupTable.cs
- SourceChangedEventArgs.cs
- ResXBuildProvider.cs
- XmlBinaryWriter.cs
- HashMembershipCondition.cs
- CodeExporter.cs
- RegexReplacement.cs
- Single.cs
- DecimalKeyFrameCollection.cs
- BinaryNode.cs
- ServiceProviders.cs
- UnaryNode.cs
- DataListCommandEventArgs.cs
- VoiceInfo.cs
- ExternalException.cs
- TextDecoration.cs
- KeyboardEventArgs.cs
- DataSourceSelectArguments.cs
- XLinq.cs
- DeriveBytes.cs
- HtmlInputFile.cs
- RichTextBoxAutomationPeer.cs
- ReflectionUtil.cs
- DecimalAnimationBase.cs
- TypeUtils.cs
- ColorContextHelper.cs
- XmlIgnoreAttribute.cs
- XmlUtilWriter.cs
- WorkflowView.cs
- StdValidatorsAndConverters.cs
- NegotiationTokenProvider.cs
- ScrollBarRenderer.cs
- DbConnectionStringBuilder.cs
- DiscoveryClient.cs
- UIPropertyMetadata.cs
- AxHost.cs
- OutputCacheSettingsSection.cs
- ArgIterator.cs
- IdnElement.cs
- ClientBuildManager.cs
- WasNotInstalledException.cs
- TextFormatter.cs
- HelpKeywordAttribute.cs
- SqlCharStream.cs
- SwitchCase.cs
- RenderingBiasValidation.cs
- DiagnosticsConfiguration.cs
- CultureInfoConverter.cs
- TextElementEnumerator.cs
- FileIOPermission.cs
- SigningCredentials.cs
- formatter.cs
- QilName.cs
- ThaiBuddhistCalendar.cs
- ObjectListSelectEventArgs.cs
- DoubleCollectionValueSerializer.cs
- InlinedAggregationOperator.cs