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
- DomainLiteralReader.cs
- ObjectRef.cs
- CommandValueSerializer.cs
- EditorZone.cs
- Debug.cs
- WinCategoryAttribute.cs
- TypeNameHelper.cs
- HwndTarget.cs
- CatalogPartChrome.cs
- NamedPipeTransportManager.cs
- RTLAwareMessageBox.cs
- PageClientProxyGenerator.cs
- WebPartChrome.cs
- DataQuery.cs
- HostVisual.cs
- ClientTargetCollection.cs
- TargetConverter.cs
- ScriptIgnoreAttribute.cs
- FixedDocumentPaginator.cs
- RoleManagerModule.cs
- AttachedPropertyBrowsableAttribute.cs
- StreamInfo.cs
- CatalogZoneBase.cs
- Style.cs
- ValuePattern.cs
- EdmFunction.cs
- DataGridViewToolTip.cs
- MethodExpression.cs
- SelectionPatternIdentifiers.cs
- NodeFunctions.cs
- SystemFonts.cs
- AnnotationHighlightLayer.cs
- ReferencedCollectionType.cs
- HttpCachePolicy.cs
- WaitHandle.cs
- ChtmlTextWriter.cs
- VersionPair.cs
- DXD.cs
- EntityCommandDefinition.cs
- ThreadAbortException.cs
- SamlSerializer.cs
- DbProviderFactoriesConfigurationHandler.cs
- StrokeRenderer.cs
- SqlExpander.cs
- XsltArgumentList.cs
- GridViewCancelEditEventArgs.cs
- HttpMethodConstraint.cs
- DataIdProcessor.cs
- WizardForm.cs
- DetailsViewPagerRow.cs
- ErrorHandler.cs
- WebPartRestoreVerb.cs
- BaseAddressElementCollection.cs
- MenuDesigner.cs
- WebPartRestoreVerb.cs
- XmlDataLoader.cs
- UniqueSet.cs
- FileChangesMonitor.cs
- PropertyReferenceSerializer.cs
- ServiceDescription.cs
- BitmapEffectvisualstate.cs
- StandardOleMarshalObject.cs
- InvalidFilterCriteriaException.cs
- MDIClient.cs
- XmlSerializerSection.cs
- FixedHyperLink.cs
- _LocalDataStoreMgr.cs
- StorageInfo.cs
- SqlCaseSimplifier.cs
- UdpSocket.cs
- ICspAsymmetricAlgorithm.cs
- XmlSchemaComplexType.cs
- PreProcessor.cs
- ConnectionsZoneAutoFormat.cs
- TextAction.cs
- ItemCollection.cs
- PathFigure.cs
- QilSortKey.cs
- GcSettings.cs
- COM2PropertyDescriptor.cs
- JpegBitmapEncoder.cs
- ChangePasswordAutoFormat.cs
- PersistenceMetadataNamespace.cs
- HttpServerVarsCollection.cs
- CodeDirectiveCollection.cs
- MediaSystem.cs
- UncommonField.cs
- ComplusTypeValidator.cs
- FileAuthorizationModule.cs
- ExpressionEditorAttribute.cs
- XmlDataSourceNodeDescriptor.cs
- ChameleonKey.cs
- WsdlBuildProvider.cs
- KeyValuePairs.cs
- FormsAuthenticationModule.cs
- PartialTrustVisibleAssemblyCollection.cs
- GroupLabel.cs
- PropertyPathWorker.cs
- BufferModeSettings.cs
- UnsafeNativeMethods.cs