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
- NamespaceQuery.cs
- RoleService.cs
- CultureInfo.cs
- Attribute.cs
- DataSourceSerializationException.cs
- HttpCacheVary.cs
- BrushMappingModeValidation.cs
- OleDbError.cs
- MetafileHeader.cs
- WebZone.cs
- Helper.cs
- XmlSchemaGroupRef.cs
- httpapplicationstate.cs
- CompilationPass2Task.cs
- oledbconnectionstring.cs
- processwaithandle.cs
- CallTemplateAction.cs
- PerformanceCounterPermissionAttribute.cs
- MatrixCamera.cs
- LayoutTableCell.cs
- Unit.cs
- TypeLibraryHelper.cs
- DocumentSequence.cs
- SQLDateTimeStorage.cs
- MetafileHeaderEmf.cs
- DataGridViewRowsAddedEventArgs.cs
- DataBindingCollection.cs
- DataGridViewTextBoxCell.cs
- AnimationStorage.cs
- TypedCompletedAsyncResult.cs
- InstanceCreationEditor.cs
- CacheEntry.cs
- SQLBytesStorage.cs
- GridViewRowPresenter.cs
- ScrollableControl.cs
- DashStyles.cs
- TimeSpanValidatorAttribute.cs
- TimeSpanSecondsConverter.cs
- VisualBrush.cs
- DiscoveryService.cs
- ApplicationSecurityManager.cs
- SoapFault.cs
- TdsParser.cs
- ImageListUtils.cs
- ChildrenQuery.cs
- HwndHost.cs
- storagemappingitemcollection.viewdictionary.cs
- DbgUtil.cs
- DemultiplexingDispatchMessageFormatter.cs
- TextEvent.cs
- TextEndOfSegment.cs
- StringBuilder.cs
- Number.cs
- ToolboxComponentsCreatingEventArgs.cs
- wgx_commands.cs
- IPPacketInformation.cs
- DocumentSequenceHighlightLayer.cs
- HttpApplicationFactory.cs
- IgnoreFileBuildProvider.cs
- ExecutedRoutedEventArgs.cs
- ActivityTrace.cs
- Table.cs
- XmlSchemaCompilationSettings.cs
- TemplateAction.cs
- GenericUriParser.cs
- InteropAutomationProvider.cs
- ExpressionParser.cs
- DataSetMappper.cs
- BaseDataListPage.cs
- Base64Encoder.cs
- DrawingVisual.cs
- MemberHolder.cs
- DataGridViewTextBoxEditingControl.cs
- HideDisabledControlAdapter.cs
- CqlBlock.cs
- DispatchRuntime.cs
- handlecollector.cs
- TextFormatterContext.cs
- translator.cs
- AspCompat.cs
- LoginCancelEventArgs.cs
- ActivityExecutionContextCollection.cs
- DataGridViewCellFormattingEventArgs.cs
- DataTableTypeConverter.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- WizardSideBarListControlItemEventArgs.cs
- BevelBitmapEffect.cs
- WinInet.cs
- CodeBlockBuilder.cs
- AppearanceEditorPart.cs
- DependencyPropertyValueSerializer.cs
- DataGridViewCellCollection.cs
- Propagator.cs
- WebBrowserNavigatingEventHandler.cs
- PackWebRequest.cs
- XmlNamespaceDeclarationsAttribute.cs
- ServiceNotStartedException.cs
- StylusSystemGestureEventArgs.cs
- WebRequestModuleElementCollection.cs
- AssemblyBuilder.cs