Code:
/ 4.0 / 4.0 / 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. /// ///// 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
- CustomPopupPlacement.cs
- CompressionTransform.cs
- SqlParameterizer.cs
- DeploymentExceptionMapper.cs
- ZipIOCentralDirectoryFileHeader.cs
- WindowsGraphics.cs
- StylusSystemGestureEventArgs.cs
- TypefaceMetricsCache.cs
- Aggregates.cs
- Span.cs
- ConfigurationPropertyCollection.cs
- CapabilitiesSection.cs
- EqualityArray.cs
- GcSettings.cs
- ByteStorage.cs
- InstanceCompleteException.cs
- ToolStripItemEventArgs.cs
- SpellerInterop.cs
- MtomMessageEncodingElement.cs
- WebServiceEnumData.cs
- Encoder.cs
- ToolStripOverflow.cs
- WebPartCatalogCloseVerb.cs
- RenderOptions.cs
- XmlEncoding.cs
- IncrementalReadDecoders.cs
- ProviderMetadataCachedInformation.cs
- EmptyStringExpandableObjectConverter.cs
- ViewStateException.cs
- WizardStepBase.cs
- ISAPIRuntime.cs
- SqlDependencyListener.cs
- CompletionProxy.cs
- ConnectionInterfaceCollection.cs
- SaveFileDialog.cs
- BridgeDataReader.cs
- WindowsListViewScroll.cs
- DisplayInformation.cs
- AnnotationHighlightLayer.cs
- DataStreams.cs
- ADMembershipProvider.cs
- DependencyObject.cs
- Metafile.cs
- DataReaderContainer.cs
- ToolBarButtonDesigner.cs
- HttpApplicationFactory.cs
- DataGridViewTopLeftHeaderCell.cs
- WeakEventTable.cs
- HtmlButton.cs
- FilteredAttributeCollection.cs
- DataPager.cs
- ConfigurationSection.cs
- FileDialog.cs
- MarkupObject.cs
- PageRanges.cs
- SerializationAttributes.cs
- PageClientProxyGenerator.cs
- NonParentingControl.cs
- RecognizedAudio.cs
- WorkflowInstanceRecord.cs
- EdmEntityTypeAttribute.cs
- MarshalDirectiveException.cs
- ProfileProvider.cs
- Propagator.JoinPropagator.cs
- EllipseGeometry.cs
- ToolStripSplitStackLayout.cs
- BaseConfigurationRecord.cs
- ExpressionConverter.cs
- Model3DCollection.cs
- ColorBlend.cs
- WmlObjectListAdapter.cs
- X509WindowsSecurityToken.cs
- TraceSource.cs
- SqlVisitor.cs
- BuildManager.cs
- SQLChars.cs
- XmlSchemaAnnotated.cs
- LogicalExpressionTypeConverter.cs
- TrackingServices.cs
- PropertyToken.cs
- AuthenticationModuleElement.cs
- MSAAWinEventWrap.cs
- counter.cs
- DocumentGridContextMenu.cs
- FillBehavior.cs
- ValidationSummary.cs
- SliderAutomationPeer.cs
- BinaryWriter.cs
- ConfigurationValidatorAttribute.cs
- Pkcs7Signer.cs
- TextReturnReader.cs
- ProfessionalColorTable.cs
- SamlConstants.cs
- TimeSpanConverter.cs
- Proxy.cs
- COM2EnumConverter.cs
- PreviewPrintController.cs
- VersionedStream.cs
- RSAOAEPKeyExchangeDeformatter.cs
- IImplicitResourceProvider.cs