Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / WebBrowserDocumentCompletedEventHandler.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Url of the Document. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlProfileProvider.cs
- MemberInfoSerializationHolder.cs
- XamlRtfConverter.cs
- Decimal.cs
- DataGridRowClipboardEventArgs.cs
- HtmlProps.cs
- StringHandle.cs
- NameTable.cs
- ManifestResourceInfo.cs
- DecimalAnimationUsingKeyFrames.cs
- RecognizedPhrase.cs
- ContextStaticAttribute.cs
- CryptoConfig.cs
- ActivityDelegate.cs
- EntityDataSourceValidationException.cs
- ListSortDescription.cs
- ServiceAuthorizationManager.cs
- NamespaceEmitter.cs
- MsmqIntegrationInputMessage.cs
- ControlParameter.cs
- log.cs
- BindableTemplateBuilder.cs
- SoapExtensionStream.cs
- AssertSection.cs
- NotifyIcon.cs
- XmlTextReaderImplHelpers.cs
- FlowLayoutSettings.cs
- ConsoleKeyInfo.cs
- HotSpotCollection.cs
- RuleConditionDialog.Designer.cs
- CommonRemoteMemoryBlock.cs
- GrammarBuilderDictation.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- ResourceManager.cs
- FileStream.cs
- AnonymousIdentificationModule.cs
- Hex.cs
- ScalarOps.cs
- DesignerDataView.cs
- NavigationProperty.cs
- CategoryAttribute.cs
- CodeDirectiveCollection.cs
- XmlDataCollection.cs
- FileUtil.cs
- HttpModulesSection.cs
- XmlSchemaSubstitutionGroup.cs
- Visual3D.cs
- PropertyEmitterBase.cs
- SqlGatherProducedAliases.cs
- TargetFrameworkUtil.cs
- UIPermission.cs
- Pts.cs
- DesignerSerializerAttribute.cs
- XmlILOptimizerVisitor.cs
- PerfCounterSection.cs
- RemoteEndpointMessageProperty.cs
- RuntimeHandles.cs
- GZipStream.cs
- SessionStateItemCollection.cs
- InternalBase.cs
- EncoderFallback.cs
- HtmlAnchor.cs
- CapabilitiesRule.cs
- documentsequencetextpointer.cs
- AppModelKnownContentFactory.cs
- UriTemplateCompoundPathSegment.cs
- BaseTreeIterator.cs
- Popup.cs
- ScriptingWebServicesSectionGroup.cs
- EndpointIdentity.cs
- FrameworkReadOnlyPropertyMetadata.cs
- RuntimeConfigLKG.cs
- TailCallAnalyzer.cs
- NeutralResourcesLanguageAttribute.cs
- DispatchWrapper.cs
- CuspData.cs
- HwndSource.cs
- CodeExporter.cs
- DesignerGenericWebPart.cs
- ExpandableObjectConverter.cs
- XmlLinkedNode.cs
- SqlCommand.cs
- TitleStyle.cs
- _AcceptOverlappedAsyncResult.cs
- MultiTrigger.cs
- FixedDocument.cs
- Oid.cs
- Vector.cs
- MULTI_QI.cs
- ScrollChangedEventArgs.cs
- PropertyRecord.cs
- XmlLoader.cs
- PropertyGridCommands.cs
- DoubleKeyFrameCollection.cs
- FormParameter.cs
- DataControlExtensions.cs
- StreamMarshaler.cs
- DataGridViewElement.cs
- Grant.cs
- ClientBuildManager.cs