Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- WebPartConnectionsConnectVerb.cs
- BitmapEffectOutputConnector.cs
- TypeLoadException.cs
- BooleanExpr.cs
- SettingsBase.cs
- CmsUtils.cs
- MeshGeometry3D.cs
- CodeDesigner.cs
- FunctionNode.cs
- IPGlobalProperties.cs
- _ProxyChain.cs
- LostFocusEventManager.cs
- SqlResolver.cs
- DataGridViewImageColumn.cs
- TdsEnums.cs
- FileDialog_Vista_Interop.cs
- MenuAutomationPeer.cs
- HatchBrush.cs
- QilInvokeLateBound.cs
- EnumMemberAttribute.cs
- TextContainer.cs
- BlurEffect.cs
- TextServicesCompartmentContext.cs
- _SSPISessionCache.cs
- TemplateAction.cs
- StartUpEventArgs.cs
- Shape.cs
- DataStreamFromComStream.cs
- SettingsAttributeDictionary.cs
- CustomErrorsSection.cs
- BamlLocalizer.cs
- BrushMappingModeValidation.cs
- SqlNodeAnnotations.cs
- ConnectionPointCookie.cs
- HwndHost.cs
- RNGCryptoServiceProvider.cs
- ListBoxItemWrapperAutomationPeer.cs
- ExpandSegmentCollection.cs
- ColorConvertedBitmap.cs
- HashCodeCombiner.cs
- GridViewColumnHeaderAutomationPeer.cs
- DataGridTemplateColumn.cs
- CodeCompiler.cs
- DataGridViewDataErrorEventArgs.cs
- InlineCollection.cs
- WeakReference.cs
- RangeValuePatternIdentifiers.cs
- WebControlParameterProxy.cs
- EtwProvider.cs
- ProgressPage.cs
- StructuralType.cs
- NotEqual.cs
- MembershipValidatePasswordEventArgs.cs
- Compensation.cs
- WebBrowserUriTypeConverter.cs
- EncodingDataItem.cs
- Journal.cs
- Label.cs
- HttpCookieCollection.cs
- ChangeBlockUndoRecord.cs
- TimeZoneNotFoundException.cs
- hresults.cs
- PropertyPathConverter.cs
- EventLogEntryCollection.cs
- PersistenceTypeAttribute.cs
- _NegoStream.cs
- Header.cs
- RelativeSource.cs
- TextCompositionEventArgs.cs
- Char.cs
- XmlSchemaDocumentation.cs
- ShaderEffect.cs
- BlockCollection.cs
- WhitespaceRuleReader.cs
- HwndProxyElementProvider.cs
- DragStartedEventArgs.cs
- SchemaMapping.cs
- NativeMethods.cs
- RegistryPermission.cs
- TableRow.cs
- WindowsAuthenticationModule.cs
- GcHandle.cs
- OleDbWrapper.cs
- UrlEncodedParameterWriter.cs
- ProfileService.cs
- X509ChainPolicy.cs
- TPLETWProvider.cs
- JapaneseCalendar.cs
- mediaclock.cs
- HtmlTableRow.cs
- MsmqMessageProperty.cs
- SingleResultAttribute.cs
- UserPersonalizationStateInfo.cs
- TemplateBindingExtension.cs
- Assert.cs
- EventMappingSettingsCollection.cs
- ParallelQuery.cs
- PropertyEntry.cs
- EntityDataSourceSelectedEventArgs.cs
- XmlReader.cs