Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ ///// Url of the Document. /// ///// 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
- XmlBoundElement.cs
- LockedBorderGlyph.cs
- XPathConvert.cs
- SynchronizingStream.cs
- EventLogStatus.cs
- ApplicationProxyInternal.cs
- ConfigurationManagerHelper.cs
- BaseResourcesBuildProvider.cs
- SelectionListComponentEditor.cs
- RegexCompilationInfo.cs
- DefaultTextStore.cs
- TemplateDefinition.cs
- odbcmetadatafactory.cs
- WSFederationHttpBindingElement.cs
- Membership.cs
- WindowsIPAddress.cs
- FormattedText.cs
- TextServicesPropertyRanges.cs
- Span.cs
- TextWriterTraceListener.cs
- WindowsListViewItemStartMenu.cs
- PartitionResolver.cs
- basecomparevalidator.cs
- UnsafeNativeMethods.cs
- XsdBuildProvider.cs
- StorageSetMapping.cs
- BitmapMetadataBlob.cs
- UncommonField.cs
- RtfFormatStack.cs
- EdmConstants.cs
- GridSplitterAutomationPeer.cs
- ListViewGroupCollectionEditor.cs
- SkipStoryboardToFill.cs
- DotExpr.cs
- FactoryId.cs
- ClonableStack.cs
- TemplatePropertyEntry.cs
- ContextStaticAttribute.cs
- NamedPipeTransportSecurityElement.cs
- M3DUtil.cs
- SignatureHelper.cs
- DesignerTransactionCloseEvent.cs
- coordinator.cs
- SoapFormatExtensions.cs
- SqlConnection.cs
- DataGridPagingPage.cs
- FieldBuilder.cs
- DataContext.cs
- DataGridViewCellConverter.cs
- SkewTransform.cs
- SocketElement.cs
- ValidationSummary.cs
- StructuredType.cs
- TcpHostedTransportConfiguration.cs
- DataGridItemCollection.cs
- ModifierKeysConverter.cs
- ContentPosition.cs
- GeometryHitTestResult.cs
- IProducerConsumerCollection.cs
- TypefaceMap.cs
- DecoderReplacementFallback.cs
- ExecutionScope.cs
- Error.cs
- CodeBlockBuilder.cs
- WebPartConnectVerb.cs
- TextDecorations.cs
- ButtonBase.cs
- XmlComment.cs
- DataObject.cs
- DateTimeOffsetStorage.cs
- JsonDataContract.cs
- NativeWindow.cs
- DrawingBrush.cs
- LOSFormatter.cs
- JournalEntryListConverter.cs
- XamlToRtfWriter.cs
- CompilationSection.cs
- FieldTemplateFactory.cs
- MobileListItem.cs
- XmlTextReader.cs
- ThreadExceptionEvent.cs
- AttachmentCollection.cs
- ConnectionInterfaceCollection.cs
- TransactionChannelFaultConverter.cs
- ChineseLunisolarCalendar.cs
- AssemblyHash.cs
- IFlowDocumentViewer.cs
- LayoutDump.cs
- LZCodec.cs
- SizeChangedInfo.cs
- RegistrationServices.cs
- PersonalizationProviderHelper.cs
- documentation.cs
- DecoderReplacementFallback.cs
- PageAsyncTaskManager.cs
- PolicyException.cs
- UIElementParagraph.cs
- Application.cs
- TextAdaptor.cs
- FlowPanelDesigner.cs