Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / WebBrowserNavigatedEventHandler.cs / 1305376 / 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
- JsonQNameDataContract.cs
- WebBrowserHelper.cs
- QuaternionKeyFrameCollection.cs
- PageHandlerFactory.cs
- CodeAttachEventStatement.cs
- XmlUnspecifiedAttribute.cs
- GeometryDrawing.cs
- Base64Encoding.cs
- MenuItemStyle.cs
- AspNetCompatibilityRequirementsMode.cs
- TraceListeners.cs
- Compiler.cs
- WizardForm.cs
- TypeDescriptor.cs
- DeflateEmulationStream.cs
- PolicyChain.cs
- ChooseAction.cs
- SmtpAuthenticationManager.cs
- SamlAuthorityBinding.cs
- baseshape.cs
- UIntPtr.cs
- FastEncoderWindow.cs
- Control.cs
- PageAsyncTaskManager.cs
- LocalizedNameDescriptionPair.cs
- Formatter.cs
- CollaborationHelperFunctions.cs
- DataGridViewCellConverter.cs
- InfoCardKeyedHashAlgorithm.cs
- DataServiceOperationContext.cs
- ListCommandEventArgs.cs
- FacetDescriptionElement.cs
- SdlChannelSink.cs
- ClockGroup.cs
- RequestCachingSection.cs
- CornerRadius.cs
- RelationshipFixer.cs
- PictureBox.cs
- TTSEvent.cs
- ReliableChannelBinder.cs
- WebPartVerb.cs
- EntityClassGenerator.cs
- Comparer.cs
- HttpCachePolicyWrapper.cs
- OrthographicCamera.cs
- SvcMapFileSerializer.cs
- SelectorItemAutomationPeer.cs
- BaseDataBoundControl.cs
- CharAnimationUsingKeyFrames.cs
- UnSafeCharBuffer.cs
- WpfWebRequestHelper.cs
- SAPICategories.cs
- ComponentEvent.cs
- DataGridViewRowPostPaintEventArgs.cs
- NaturalLanguageHyphenator.cs
- EmptyImpersonationContext.cs
- QueryableDataSource.cs
- Vector3DAnimation.cs
- AttachedPropertyBrowsableAttribute.cs
- ContainerUtilities.cs
- ContentIterators.cs
- EdmType.cs
- RijndaelCryptoServiceProvider.cs
- Light.cs
- InvalidDataException.cs
- DbConnectionPoolOptions.cs
- BoundField.cs
- CacheMemory.cs
- OutputCacheModule.cs
- CustomTypeDescriptor.cs
- ToolStripDropDown.cs
- GZipStream.cs
- SoapProcessingBehavior.cs
- PeerReferralPolicy.cs
- RegistryKey.cs
- TranslateTransform3D.cs
- PropertyTab.cs
- AssemblyName.cs
- RectangleGeometry.cs
- NonBatchDirectoryCompiler.cs
- FormViewRow.cs
- ProgressBarHighlightConverter.cs
- CryptoKeySecurity.cs
- DataGridColumn.cs
- ContextMarshalException.cs
- GeneralTransform3DGroup.cs
- HelpProvider.cs
- SerializableAttribute.cs
- ImmutableCollection.cs
- ParameterSubsegment.cs
- Scanner.cs
- TextContainerChangeEventArgs.cs
- BulletChrome.cs
- RsaSecurityTokenAuthenticator.cs
- ExtentCqlBlock.cs
- TemplateControl.cs
- StorageModelBuildProvider.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- MailBnfHelper.cs
- ScriptingJsonSerializationSection.cs