Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / WebBrowserDocumentCompletedEventHandler.cs / 1305376 / WebBrowserDocumentCompletedEventHandler.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Net; namespace System.Windows.Forms { ////// /// public delegate void WebBrowserDocumentCompletedEventHandler(object sender, WebBrowserDocumentCompletedEventArgs e); ////// Delegate to the WebBrowser DocumentCompleted event. /// ////// /// public class WebBrowserDocumentCompletedEventArgs : EventArgs { private Uri url; ////// Provides data for the ///event. /// /// /// public WebBrowserDocumentCompletedEventArgs(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 of the Document. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationBuildProvider.cs
- invalidudtexception.cs
- WindowVisualStateTracker.cs
- ItemsControlAutomationPeer.cs
- OutKeywords.cs
- WebPartConnectionsDisconnectVerb.cs
- _NetworkingPerfCounters.cs
- PackageDigitalSignature.cs
- GacUtil.cs
- ParallelTimeline.cs
- SR.cs
- ResponseStream.cs
- AudioFormatConverter.cs
- DataTransferEventArgs.cs
- WebEventTraceProvider.cs
- RawMouseInputReport.cs
- SchemaElementDecl.cs
- PenContext.cs
- TextServicesProperty.cs
- ValidationSummary.cs
- HttpSocketManager.cs
- IsolatedStorageFileStream.cs
- DropShadowBitmapEffect.cs
- ProgressBarAutomationPeer.cs
- ConnectionPoolManager.cs
- QueryAccessibilityHelpEvent.cs
- ScriptResourceInfo.cs
- TextServicesCompartmentEventSink.cs
- TraceListener.cs
- TextSchema.cs
- ManipulationStartingEventArgs.cs
- CommonDialog.cs
- LogSwitch.cs
- SafeIUnknown.cs
- WbemProvider.cs
- PlaceHolder.cs
- DesignerActionMethodItem.cs
- ExtendedPropertyDescriptor.cs
- Application.cs
- HttpProfileBase.cs
- SynchronizedPool.cs
- CacheSection.cs
- ExceptionUtil.cs
- ClrProviderManifest.cs
- SqlTransaction.cs
- COM2TypeInfoProcessor.cs
- ErrorStyle.cs
- Dispatcher.cs
- GPPOINTF.cs
- SpeakCompletedEventArgs.cs
- PkcsUtils.cs
- DispatcherSynchronizationContext.cs
- XmlSchemaNotation.cs
- EntityAdapter.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- Statements.cs
- AttributeSetAction.cs
- TextSelectionProcessor.cs
- QuaternionAnimationUsingKeyFrames.cs
- PointCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- LinqDataSourceValidationException.cs
- UInt64.cs
- InkCanvasFeedbackAdorner.cs
- ResumeStoryboard.cs
- PageStatePersister.cs
- ConversionContext.cs
- StreamInfo.cs
- Transform3D.cs
- TimeoutConverter.cs
- IUnknownConstantAttribute.cs
- XmlIncludeAttribute.cs
- ProxyHwnd.cs
- TextViewDesigner.cs
- XmlEntityReference.cs
- UnorderedHashRepartitionStream.cs
- RootBrowserWindowAutomationPeer.cs
- XMLDiffLoader.cs
- TrimSurroundingWhitespaceAttribute.cs
- UIElementParagraph.cs
- PrePrepareMethodAttribute.cs
- MatrixCamera.cs
- ServiceContractDetailViewControl.cs
- LicenseContext.cs
- InvalidPrinterException.cs
- TemplateField.cs
- ModuleElement.cs
- GrammarBuilderDictation.cs
- PartialTrustHelpers.cs
- SystemIPv6InterfaceProperties.cs
- DynamicFilterExpression.cs
- SqlDataSourceSelectingEventArgs.cs
- CharacterString.cs
- ToolStripOverflowButton.cs
- ZipIOExtraField.cs
- StdValidatorsAndConverters.cs
- OverlappedAsyncResult.cs
- SqlCachedBuffer.cs
- BrowserDefinition.cs
- PinnedBufferMemoryStream.cs