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
- DefaultPropertiesToSend.cs
- DataServiceExpressionVisitor.cs
- CommentEmitter.cs
- TextViewSelectionProcessor.cs
- ArrayElementGridEntry.cs
- EndOfStreamException.cs
- GC.cs
- IntegrationExceptionEventArgs.cs
- ToggleButtonAutomationPeer.cs
- Win32Exception.cs
- KeyedCollection.cs
- MenuItem.cs
- ActivityTypeCodeDomSerializer.cs
- GZipStream.cs
- MouseWheelEventArgs.cs
- BitmapMetadataEnumerator.cs
- BoundingRectTracker.cs
- HiddenField.cs
- CodeVariableDeclarationStatement.cs
- VisualBasicDesignerHelper.cs
- CustomValidator.cs
- RuntimeArgumentHandle.cs
- DispatcherEventArgs.cs
- LogAppendAsyncResult.cs
- activationcontext.cs
- SHA256.cs
- InfoCardSymmetricAlgorithm.cs
- CopyAttributesAction.cs
- ReservationCollection.cs
- EventHandlerList.cs
- ProcessProtocolHandler.cs
- ProcessHostServerConfig.cs
- CngAlgorithm.cs
- SqlProviderServices.cs
- CLSCompliantAttribute.cs
- ListViewGroupConverter.cs
- WindowsHyperlink.cs
- Filter.cs
- AppDomainAttributes.cs
- PageCodeDomTreeGenerator.cs
- SQLDoubleStorage.cs
- WorkflowInstanceExtensionManager.cs
- BitmapDownload.cs
- EmptyEnumerator.cs
- WebServiceTypeData.cs
- ToolStripDropTargetManager.cs
- DelegatingTypeDescriptionProvider.cs
- WebPartCloseVerb.cs
- ParameterElementCollection.cs
- Misc.cs
- SingleTagSectionHandler.cs
- GradientBrush.cs
- DataGridViewComboBoxCell.cs
- FlowDocument.cs
- IncrementalReadDecoders.cs
- DecimalAnimationBase.cs
- _TLSstream.cs
- ImageCreator.cs
- BulletedListEventArgs.cs
- CancellationTokenSource.cs
- IPCCacheManager.cs
- WebPartsPersonalization.cs
- ScriptMethodAttribute.cs
- DropTarget.cs
- ExeContext.cs
- PropertyRecord.cs
- DependencyPropertyKind.cs
- Debug.cs
- ToolStripPanelSelectionGlyph.cs
- EventRouteFactory.cs
- DocumentXPathNavigator.cs
- TaskFactory.cs
- DocumentPageHost.cs
- PropertyMapper.cs
- DataGridViewComboBoxEditingControl.cs
- BidOverLoads.cs
- ModelItemCollectionImpl.cs
- BaseParaClient.cs
- HierarchicalDataSourceControl.cs
- ConstNode.cs
- ProxyElement.cs
- Point3DAnimationUsingKeyFrames.cs
- UpdatePanelTrigger.cs
- BmpBitmapDecoder.cs
- RightNameExpirationInfoPair.cs
- TreeViewBindingsEditorForm.cs
- ButtonChrome.cs
- CodeTryCatchFinallyStatement.cs
- ComponentGlyph.cs
- WsatConfiguration.cs
- XsltLoader.cs
- RSAPKCS1SignatureFormatter.cs
- XsltException.cs
- ScriptingScriptResourceHandlerSection.cs
- KnowledgeBase.cs
- TransformerInfo.cs
- XslCompiledTransform.cs
- ExeContext.cs
- FlowLayoutPanel.cs
- SqlTypeSystemProvider.cs