Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Url the browser navigated to. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OracleString.cs
- FixedSOMContainer.cs
- EntityWrapper.cs
- DefaultShape.cs
- FontFamilyIdentifier.cs
- CultureTableRecord.cs
- updatecommandorderer.cs
- ControlUtil.cs
- FullTextState.cs
- PropertyRef.cs
- JapaneseLunisolarCalendar.cs
- DecoderExceptionFallback.cs
- ConfigurationManagerHelperFactory.cs
- RequestSecurityTokenSerializer.cs
- WebPartCollection.cs
- ModelItemImpl.cs
- ReadContentAsBinaryHelper.cs
- HtmlFormParameterWriter.cs
- XmlWriterTraceListener.cs
- XmlAttribute.cs
- XmlSchemaAnnotated.cs
- XmlWrappingWriter.cs
- TypeElementCollection.cs
- CompositeControl.cs
- Merger.cs
- BufferedGraphics.cs
- CommunicationObject.cs
- DesignerProperties.cs
- BamlReader.cs
- SiteMapSection.cs
- SizeF.cs
- WindowsTreeView.cs
- BindToObject.cs
- AdapterUtil.cs
- TraceHwndHost.cs
- TemplateControlBuildProvider.cs
- StrokeNodeOperations.cs
- DescendentsWalker.cs
- ToolStripHighContrastRenderer.cs
- Message.cs
- CreateDataSourceDialog.cs
- StorageBasedPackageProperties.cs
- PackWebResponse.cs
- StylusEditingBehavior.cs
- ConfigurationValidatorAttribute.cs
- HttpListenerContext.cs
- HtmlInputImage.cs
- SuppressIldasmAttribute.cs
- OleTxTransaction.cs
- AssertSection.cs
- Model3DGroup.cs
- GridViewDeletedEventArgs.cs
- SignatureToken.cs
- NestedContainer.cs
- COM2IProvidePropertyBuilderHandler.cs
- ExtentKey.cs
- ProfileProvider.cs
- SoapFault.cs
- FileSystemInfo.cs
- KnownBoxes.cs
- FixedSOMTable.cs
- ImageBrush.cs
- Point.cs
- OracleEncoding.cs
- UserMapPath.cs
- LabelAutomationPeer.cs
- LZCodec.cs
- MarkedHighlightComponent.cs
- DataSpaceManager.cs
- DeadCharTextComposition.cs
- ActionFrame.cs
- PeerObject.cs
- HwndTarget.cs
- FilteredAttributeCollection.cs
- xdrvalidator.cs
- PipeSecurity.cs
- FileInfo.cs
- nulltextnavigator.cs
- WindowsProgressbar.cs
- ListViewAutomationPeer.cs
- HttpHandlersSection.cs
- CodeLinePragma.cs
- BufferedWebEventProvider.cs
- BindingSourceDesigner.cs
- GridViewRowCollection.cs
- ActiveXContainer.cs
- ObjectStorage.cs
- PieceDirectory.cs
- invalidudtexception.cs
- LoadRetryAsyncResult.cs
- WmpBitmapEncoder.cs
- QilSortKey.cs
- TypographyProperties.cs
- IProducerConsumerCollection.cs
- TableItemStyle.cs
- ScopelessEnumAttribute.cs
- ApplicationSecurityManager.cs
- RegistryKey.cs
- XmlNodeChangedEventArgs.cs
- ManualResetEvent.cs