Code:
/ 4.0 / 4.0 / untmp / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CalendarDayButton.cs
- XmlSchemaComplexContent.cs
- SqlMetaData.cs
- ContextBase.cs
- SettingsAttributes.cs
- WindowsClaimSet.cs
- Geometry3D.cs
- FixedTextContainer.cs
- CustomWebEventKey.cs
- BookmarkScopeHandle.cs
- DES.cs
- SessionConnectionReader.cs
- Literal.cs
- Pens.cs
- PublishLicense.cs
- ItemList.cs
- XpsResourcePolicy.cs
- UserControlParser.cs
- InternalResources.cs
- XmlSerializerFormatAttribute.cs
- ScrollEventArgs.cs
- __Filters.cs
- WindowsEditBox.cs
- DefaultBindingPropertyAttribute.cs
- FixedSOMSemanticBox.cs
- NoClickablePointException.cs
- NameNode.cs
- EventInfo.cs
- SetStoryboardSpeedRatio.cs
- TextParaClient.cs
- XLinq.cs
- RoleService.cs
- FullTextState.cs
- ThicknessAnimation.cs
- ObjectDataSourceFilteringEventArgs.cs
- XPathNavigator.cs
- CompiledRegexRunner.cs
- UnauthorizedWebPart.cs
- TableAdapterManagerMethodGenerator.cs
- SynchronizingStream.cs
- RadioButtonPopupAdapter.cs
- SoapHelper.cs
- RecommendedAsConfigurableAttribute.cs
- SimplePropertyEntry.cs
- StylusTip.cs
- GPPOINTF.cs
- FormsAuthenticationEventArgs.cs
- ClientOptions.cs
- Knowncolors.cs
- VersionedStream.cs
- WebPartVerb.cs
- SimpleWebHandlerParser.cs
- GroupAggregateExpr.cs
- SettingsAttributeDictionary.cs
- StorageModelBuildProvider.cs
- VerbConverter.cs
- _NegoStream.cs
- SerializationObjectManager.cs
- XmlException.cs
- RelationshipConverter.cs
- DataMemberFieldConverter.cs
- HostingEnvironmentException.cs
- CompilationUtil.cs
- MethodExpression.cs
- ConfigurationLocationCollection.cs
- ElasticEase.cs
- EventLogPermissionEntry.cs
- safemediahandle.cs
- UITypeEditors.cs
- XmlSchemaInclude.cs
- ShortcutKeysEditor.cs
- WebPart.cs
- FigureParaClient.cs
- ListControl.cs
- WmpBitmapEncoder.cs
- ParserStreamGeometryContext.cs
- LabelLiteral.cs
- CodeGeneratorAttribute.cs
- MsmqHostedTransportManager.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ProfileModule.cs
- PasswordDeriveBytes.cs
- ClientSettingsProvider.cs
- MenuRendererClassic.cs
- RulePatternOps.cs
- Exceptions.cs
- InputLanguage.cs
- NativeMethods.cs
- XmlHierarchyData.cs
- XmlBoundElement.cs
- PropertiesTab.cs
- UIElementAutomationPeer.cs
- FlowDocumentPaginator.cs
- DataTemplate.cs
- EventBookmark.cs
- BlockExpression.cs
- ChannelSettingsElement.cs
- WindowsListViewGroupHelper.cs
- TimeSpanValidatorAttribute.cs
- WizardStepBase.cs