Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / WebBrowserNavigatedEventHandler.cs / 1 / WebBrowserNavigatedEventHandler.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Net; namespace System.Windows.Forms { ////// /// public delegate void WebBrowserNavigatedEventHandler(object sender, WebBrowserNavigatedEventArgs e); ////// Delegate to the WebBrowser Navigated event. /// ////// /// public class WebBrowserNavigatedEventArgs : EventArgs { private Uri url; ////// Provides data for the ///event. /// /// /// public WebBrowserNavigatedEventArgs(Uri url) { this.url = url; } ////// Creates an instance of the ///class. /// /// /// public Uri Url { get { WebBrowser.EnsureUrlConnectPermission(url); return this.url; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Url the browser navigated to. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Net; namespace System.Windows.Forms { ////// /// public delegate void WebBrowserNavigatedEventHandler(object sender, WebBrowserNavigatedEventArgs e); ////// Delegate to the WebBrowser Navigated event. /// ////// /// public class WebBrowserNavigatedEventArgs : EventArgs { private Uri url; ////// Provides data for the ///event. /// /// /// public WebBrowserNavigatedEventArgs(Uri url) { this.url = url; } ////// Creates an instance of the ///class. /// /// /// public Uri Url { get { WebBrowser.EnsureUrlConnectPermission(url); return this.url; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Url the browser navigated to. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConcurrentBag.cs
- AsyncDataRequest.cs
- CodeDomDecompiler.cs
- XmlLoader.cs
- UnsafeNativeMethodsCLR.cs
- LocalizableResourceBuilder.cs
- DbException.cs
- PolicyException.cs
- DetailsViewAutoFormat.cs
- IndexedEnumerable.cs
- PowerEase.cs
- FontUnitConverter.cs
- EntityDescriptor.cs
- XsdDataContractExporter.cs
- NameNode.cs
- BulletedList.cs
- ContainerUIElement3D.cs
- MultiBindingExpression.cs
- CachedCompositeFamily.cs
- ZipFileInfo.cs
- InfoCardArgumentException.cs
- ChameleonKey.cs
- DesignDataSource.cs
- Intellisense.cs
- TypeTypeConverter.cs
- XNodeNavigator.cs
- StringHandle.cs
- NavigationCommands.cs
- TemplateBindingExtension.cs
- EntityDataSourceMemberPath.cs
- OutputCacheModule.cs
- PopOutPanel.cs
- ParallelTimeline.cs
- HttpModuleCollection.cs
- GlobalizationSection.cs
- Pair.cs
- GeometryGroup.cs
- Int16KeyFrameCollection.cs
- XmlSchemaSubstitutionGroup.cs
- SizeAnimationClockResource.cs
- ZoneLinkButton.cs
- LogicalCallContext.cs
- CrossContextChannel.cs
- Assert.cs
- HtmlTable.cs
- RC2CryptoServiceProvider.cs
- ConfigXmlComment.cs
- IsolatedStorageFileStream.cs
- SqlBuffer.cs
- XmlSchemaGroupRef.cs
- StorageSetMapping.cs
- BindingEntityInfo.cs
- NotFiniteNumberException.cs
- NetworkInformationException.cs
- CapiSafeHandles.cs
- SystemWebSectionGroup.cs
- ToolStripContentPanelRenderEventArgs.cs
- RouteItem.cs
- PersistenceParticipant.cs
- SamlAssertion.cs
- AttributeExtensions.cs
- HttpCacheParams.cs
- TextServicesCompartmentContext.cs
- XmlDocument.cs
- PKCS1MaskGenerationMethod.cs
- ProcessModule.cs
- QueryRewriter.cs
- QuotedStringWriteStateInfo.cs
- StatusBarAutomationPeer.cs
- WorkflowCompensationBehavior.cs
- FlagsAttribute.cs
- ItemDragEvent.cs
- StringUtil.cs
- SmtpFailedRecipientsException.cs
- ScriptModule.cs
- DataGridPagerStyle.cs
- PropertyPathConverter.cs
- ColorConvertedBitmap.cs
- COM2PictureConverter.cs
- DataSysAttribute.cs
- WebRequestModuleElementCollection.cs
- safesecurityhelperavalon.cs
- AutomationFocusChangedEventArgs.cs
- RedirectionProxy.cs
- TypeElement.cs
- SqlServer2KCompatibilityAnnotation.cs
- GB18030Encoding.cs
- MaterialCollection.cs
- CharacterString.cs
- FacetDescriptionElement.cs
- LoginUtil.cs
- ImageSourceValueSerializer.cs
- PartialTrustVisibleAssemblyCollection.cs
- AccessedThroughPropertyAttribute.cs
- ResolveMatchesApril2005.cs
- CallbackCorrelationInitializer.cs
- EntityContainerEntitySet.cs
- GridViewCommandEventArgs.cs
- ManagedIStream.cs
- MessageContractAttribute.cs