Code:
/ FX-1434 / FX-1434 / 1.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
- TraceHandler.cs
- NameSpaceExtractor.cs
- Configuration.cs
- VSWCFServiceContractGenerator.cs
- ActionMessageFilter.cs
- RemotingConfiguration.cs
- ItemsPresenter.cs
- LinearKeyFrames.cs
- DbConnectionHelper.cs
- CfgParser.cs
- WriteTimeStream.cs
- ProfileGroupSettings.cs
- WmlLabelAdapter.cs
- PersonalizationProvider.cs
- MapPathBasedVirtualPathProvider.cs
- ContextMarshalException.cs
- WindowsTooltip.cs
- DBConnection.cs
- WpfKnownMember.cs
- DataObjectAttribute.cs
- IfJoinedCondition.cs
- XmlILOptimizerVisitor.cs
- SafeNativeMethods.cs
- TableProviderWrapper.cs
- LogicalExpr.cs
- AdCreatedEventArgs.cs
- BodyWriter.cs
- SchemaElementDecl.cs
- SRGSCompiler.cs
- ExpressionLink.cs
- GeometryDrawing.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- ToolStripDropTargetManager.cs
- IPEndPoint.cs
- GcSettings.cs
- IntermediatePolicyValidator.cs
- ByteStorage.cs
- VersionedStreamOwner.cs
- DataTemplate.cs
- EventHandlers.cs
- ValidateNames.cs
- SmtpDigestAuthenticationModule.cs
- BitConverter.cs
- LayoutEvent.cs
- DynamicAttribute.cs
- BitConverter.cs
- RunWorkerCompletedEventArgs.cs
- RIPEMD160Managed.cs
- WizardForm.cs
- SBCSCodePageEncoding.cs
- MessageQueueKey.cs
- ChtmlMobileTextWriter.cs
- TextParagraphView.cs
- SqlExpressionNullability.cs
- ResXBuildProvider.cs
- DependencyPropertyConverter.cs
- AQNBuilder.cs
- ValidationHelpers.cs
- Debug.cs
- AVElementHelper.cs
- ScrollChrome.cs
- AnnotationResourceCollection.cs
- Activity.cs
- BinaryObjectWriter.cs
- TempFiles.cs
- ServiceHttpHandlerFactory.cs
- OleStrCAMarshaler.cs
- ListControl.cs
- ErrorsHelper.cs
- DocumentOrderComparer.cs
- KeyGestureConverter.cs
- IdentityModelStringsVersion1.cs
- ByeOperationCD1AsyncResult.cs
- HttpCacheVary.cs
- DesignTimeValidationFeature.cs
- Unit.cs
- TableCellCollection.cs
- MetadataCache.cs
- SmiEventSink_DeferedProcessing.cs
- AssemblyHash.cs
- ResourceSetExpression.cs
- CodeAssignStatement.cs
- TextElement.cs
- EntityDataSourceContainerNameItem.cs
- CapabilitiesRule.cs
- DataTrigger.cs
- DetailsViewModeEventArgs.cs
- UriExt.cs
- UIElementIsland.cs
- Scheduling.cs
- PreviewPrintController.cs
- SafeMILHandleMemoryPressure.cs
- BatchParser.cs
- WindowsSecurityToken.cs
- RoutedEvent.cs
- FixedFindEngine.cs
- SynchronizedDispatch.cs
- DataControlFieldCell.cs
- IInstanceContextProvider.cs
- CodeTypeReferenceExpression.cs