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
- XmlLinkedNode.cs
- MarkupCompilePass1.cs
- Highlights.cs
- TrackingStringDictionary.cs
- MenuItemBindingCollection.cs
- InputScope.cs
- ImmutableObjectAttribute.cs
- WebPageTraceListener.cs
- InstalledVoice.cs
- Int64KeyFrameCollection.cs
- Compiler.cs
- ElementUtil.cs
- FormViewRow.cs
- NumberFormatInfo.cs
- OrderByQueryOptionExpression.cs
- LineServicesRun.cs
- TextDecorationCollection.cs
- CurrencyWrapper.cs
- MouseButtonEventArgs.cs
- DbConnectionPoolOptions.cs
- EventBuilder.cs
- ConsumerConnectionPoint.cs
- ComboBox.cs
- WindowAutomationPeer.cs
- Int64.cs
- TypedElement.cs
- InteropBitmapSource.cs
- DataColumnPropertyDescriptor.cs
- Update.cs
- CopyNodeSetAction.cs
- Rfc2898DeriveBytes.cs
- HitTestResult.cs
- PnrpPermission.cs
- NavigationCommands.cs
- WebPartDisplayModeEventArgs.cs
- SByteStorage.cs
- BitmapSource.cs
- EncoderNLS.cs
- SequentialWorkflowRootDesigner.cs
- LongAverageAggregationOperator.cs
- QuaternionAnimationBase.cs
- ObjectContext.cs
- MsmqVerifier.cs
- _SslSessionsCache.cs
- ClientEventManager.cs
- ModelPerspective.cs
- EventLogInternal.cs
- ZipIOLocalFileHeader.cs
- ParserStack.cs
- CellParagraph.cs
- sqlpipe.cs
- HttpConfigurationSystem.cs
- CodeTypeDelegate.cs
- PasswordPropertyTextAttribute.cs
- HttpApplication.cs
- ArraySet.cs
- AccessorTable.cs
- ComponentManagerBroker.cs
- SoapException.cs
- CuspData.cs
- CoTaskMemUnicodeSafeHandle.cs
- GridView.cs
- OperandQuery.cs
- InnerItemCollectionView.cs
- CodeArgumentReferenceExpression.cs
- TypeConverterMarkupExtension.cs
- DependencyObject.cs
- CodeSnippetExpression.cs
- InfoCardRequestException.cs
- OperatorExpressions.cs
- XmlFormatExtensionAttribute.cs
- TextRenderer.cs
- StreamUpdate.cs
- OdbcConnectionString.cs
- SettingsPropertyIsReadOnlyException.cs
- InternalBufferOverflowException.cs
- AssemblyBuilder.cs
- TreeView.cs
- InvalidPropValue.cs
- SubMenuStyle.cs
- DataTableReader.cs
- Queue.cs
- FileAuthorizationModule.cs
- DependencyPropertyKey.cs
- ComponentResourceKeyConverter.cs
- QuerySelectOp.cs
- SmtpReplyReader.cs
- PropertyNames.cs
- WebControl.cs
- TCPClient.cs
- NamespaceCollection.cs
- BindMarkupExtensionSerializer.cs
- ZipIOExtraField.cs
- ByteBufferPool.cs
- SyndicationElementExtension.cs
- WebRequestModuleElement.cs
- TimeoutValidationAttribute.cs
- ADMembershipUser.cs
- Vector3DAnimation.cs
- QilScopedVisitor.cs