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
- WebException.cs
- ProcessManager.cs
- SqlClientWrapperSmiStream.cs
- String.cs
- ImageCodecInfoPrivate.cs
- ObjectSecurityT.cs
- SQLDateTime.cs
- EditorZone.cs
- IndexerNameAttribute.cs
- InvokeAction.cs
- SystemIcons.cs
- ToolStripGripRenderEventArgs.cs
- WindowsListBox.cs
- SmtpNtlmAuthenticationModule.cs
- VisualTreeHelper.cs
- BoundPropertyEntry.cs
- SharedPersonalizationStateInfo.cs
- NestPullup.cs
- InputEventArgs.cs
- documentsequencetextpointer.cs
- ICspAsymmetricAlgorithm.cs
- CacheAxisQuery.cs
- ExecutedRoutedEventArgs.cs
- PageThemeParser.cs
- HttpRuntime.cs
- XsltOutput.cs
- TypeToken.cs
- Message.cs
- TextParagraph.cs
- ConstructorNeedsTagAttribute.cs
- TransformGroup.cs
- AuthenticationServiceManager.cs
- Pair.cs
- Metafile.cs
- MenuItemBindingCollection.cs
- ViewCellSlot.cs
- TcpActivation.cs
- NamedServiceModelExtensionCollectionElement.cs
- ExtentJoinTreeNode.cs
- LookupTables.cs
- KeyNotFoundException.cs
- OlePropertyStructs.cs
- HttpServerVarsCollection.cs
- HtmlTableRowCollection.cs
- AuthenticationService.cs
- ImageIndexConverter.cs
- FormViewUpdatedEventArgs.cs
- SrgsRulesCollection.cs
- Win32MouseDevice.cs
- ListManagerBindingsCollection.cs
- CodeAttributeDeclaration.cs
- HttpListenerPrefixCollection.cs
- BinaryParser.cs
- Helper.cs
- CodeSnippetTypeMember.cs
- NavigatorOutput.cs
- PointAnimation.cs
- SQLInt16.cs
- ClipboardProcessor.cs
- InteropBitmapSource.cs
- ReaderContextStackData.cs
- securitycriticaldataClass.cs
- UnsafeNativeMethods.cs
- CodeTypeDelegate.cs
- XmlSchemaAnnotation.cs
- CultureInfo.cs
- BamlResourceContent.cs
- XmlSchemaSimpleTypeRestriction.cs
- Attachment.cs
- AttachedAnnotationChangedEventArgs.cs
- SettingsPropertyValue.cs
- SimpleFieldTemplateFactory.cs
- _NativeSSPI.cs
- precedingquery.cs
- WebEvents.cs
- LabelDesigner.cs
- ColorBlend.cs
- XmlSchemaExporter.cs
- ToolStripSeparatorRenderEventArgs.cs
- ArgumentNullException.cs
- DbProviderFactory.cs
- HostProtectionPermission.cs
- DBNull.cs
- FileDialogCustomPlace.cs
- MenuItemCollection.cs
- StrongNamePublicKeyBlob.cs
- ConfigurationConverterBase.cs
- DataGridViewRowEventArgs.cs
- TemplateXamlTreeBuilder.cs
- SyndicationDeserializer.cs
- X509IssuerSerialKeyIdentifierClause.cs
- AsyncOperation.cs
- EntityDataSourceWizardForm.cs
- UnmanagedMemoryStreamWrapper.cs
- VectorCollectionValueSerializer.cs
- ScrollBarRenderer.cs
- ExtensionFile.cs
- GlyphingCache.cs
- MsmqReceiveHelper.cs
- UInt16Storage.cs