Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Ray3DHitTestResult.cs
- Vector3DCollectionValueSerializer.cs
- EventBindingService.cs
- XmlCharacterData.cs
- Rss20FeedFormatter.cs
- Verify.cs
- DataQuery.cs
- PathSegment.cs
- CreateUserErrorEventArgs.cs
- ActivityTypeDesigner.xaml.cs
- GeneralTransform.cs
- FragmentQueryProcessor.cs
- Vector3DAnimationUsingKeyFrames.cs
- Header.cs
- Journaling.cs
- SynchronizationContext.cs
- _NegotiateClient.cs
- JoinTreeSlot.cs
- ParentQuery.cs
- EastAsianLunisolarCalendar.cs
- NullableBoolConverter.cs
- SemaphoreSecurity.cs
- TaskHelper.cs
- TCPListener.cs
- SynchronizedDispatch.cs
- ParameterModifier.cs
- EdmTypeAttribute.cs
- Group.cs
- XmlNotation.cs
- WebRequestModulesSection.cs
- BroadcastEventHelper.cs
- DateBoldEvent.cs
- Convert.cs
- Monitor.cs
- xml.cs
- ColorMatrix.cs
- TcpSocketManager.cs
- AmbiguousMatchException.cs
- ScalarType.cs
- DropDownList.cs
- TrackingQuery.cs
- DataColumnMapping.cs
- ObjectViewListener.cs
- DataGridViewCellPaintingEventArgs.cs
- InputMethod.cs
- ZeroOpNode.cs
- ToolStripRenderer.cs
- ErrorFormatterPage.cs
- UIPermission.cs
- MaterialGroup.cs
- JsonSerializer.cs
- DataGridViewBand.cs
- NamedPipeConnectionPoolSettingsElement.cs
- EntityDataSourceContextDisposingEventArgs.cs
- EmptyQuery.cs
- SizeF.cs
- WebConfigurationManager.cs
- MultiSelector.cs
- XamlLoadErrorInfo.cs
- XmlTextReaderImplHelpers.cs
- IpcClientManager.cs
- _ConnectOverlappedAsyncResult.cs
- LinqExpressionNormalizer.cs
- StrokeCollectionConverter.cs
- DocumentsTrace.cs
- InternalCache.cs
- FontConverter.cs
- ReplacementText.cs
- ItemsPanelTemplate.cs
- DataGridParentRows.cs
- BaseCodePageEncoding.cs
- formatter.cs
- GridEntryCollection.cs
- StylusOverProperty.cs
- ObjectItemCollection.cs
- COM2PictureConverter.cs
- PageScaling.cs
- TcpProcessProtocolHandler.cs
- ConfigPathUtility.cs
- DeviceSpecificChoiceCollection.cs
- IPHostEntry.cs
- SpoolingTask.cs
- LifetimeServices.cs
- dbdatarecord.cs
- ItemContainerGenerator.cs
- HostExecutionContextManager.cs
- ConfigurationLocationCollection.cs
- HttpCookieCollection.cs
- JsonEnumDataContract.cs
- ToolStripTextBox.cs
- LayoutUtils.cs
- ManifestResourceInfo.cs
- DecimalAnimationBase.cs
- AddInContractAttribute.cs
- UpdateEventArgs.cs
- ClipboardProcessor.cs
- TextTreeRootNode.cs
- SecurityRuntime.cs
- rsa.cs
- MeshGeometry3D.cs