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
- BoolLiteral.cs
- RouteItem.cs
- WebProxyScriptElement.cs
- DecimalAnimationBase.cs
- PieceNameHelper.cs
- TextSyndicationContent.cs
- UntypedNullExpression.cs
- DbResourceAllocator.cs
- UserValidatedEventArgs.cs
- NetworkInformationException.cs
- PlatformCulture.cs
- SizeChangedEventArgs.cs
- MimeBasePart.cs
- LinkedResourceCollection.cs
- StorageMappingItemLoader.cs
- DrawingImage.cs
- LayoutEditorPart.cs
- ToolCreatedEventArgs.cs
- ToolStripSplitStackLayout.cs
- GridViewRow.cs
- SolidColorBrush.cs
- WindowInteractionStateTracker.cs
- PointLight.cs
- HtmlInputText.cs
- MessagePropertyVariants.cs
- StateMachineSubscriptionManager.cs
- EntityWithKeyStrategy.cs
- BindingGroup.cs
- TraceFilter.cs
- RelationalExpressions.cs
- CultureTableRecord.cs
- OracleInfoMessageEventArgs.cs
- ProcessHostFactoryHelper.cs
- RangeExpression.cs
- ECDiffieHellmanCngPublicKey.cs
- ApplicationBuildProvider.cs
- MsmqMessageSerializationFormat.cs
- AtomPub10ServiceDocumentFormatter.cs
- PermissionRequestEvidence.cs
- DataSourceControl.cs
- AuthorizationRuleCollection.cs
- HtmlImage.cs
- SafeSecurityHelper.cs
- QilTypeChecker.cs
- GroupBox.cs
- ContainerVisual.cs
- cookiecontainer.cs
- PeerName.cs
- CodeComment.cs
- QueryCacheEntry.cs
- FilteredXmlReader.cs
- EditorAttributeInfo.cs
- NetCodeGroup.cs
- ConstrainedDataObject.cs
- DaylightTime.cs
- _PooledStream.cs
- WebMessageEncoderFactory.cs
- ZipPackagePart.cs
- DescendantQuery.cs
- CommonProperties.cs
- WindowsGraphicsWrapper.cs
- FileDialog.cs
- CurrentChangingEventManager.cs
- TableDetailsCollection.cs
- SqlOuterApplyReducer.cs
- DataGridViewMethods.cs
- MultiBindingExpression.cs
- DataGridAddNewRow.cs
- MergeFailedEvent.cs
- QuaternionRotation3D.cs
- HtmlInputControl.cs
- SiteMapHierarchicalDataSourceView.cs
- ObjectDataSourceFilteringEventArgs.cs
- StreamingContext.cs
- ScopedKnownTypes.cs
- ColumnResult.cs
- ManagedIStream.cs
- CacheRequest.cs
- SchemaRegistration.cs
- XmlDataSourceNodeDescriptor.cs
- LogSwitch.cs
- ReadOnlyTernaryTree.cs
- ProxyElement.cs
- InputBinding.cs
- RecommendedAsConfigurableAttribute.cs
- ScrollProviderWrapper.cs
- CanonicalFontFamilyReference.cs
- Dictionary.cs
- SpeechRecognizer.cs
- PropertyRecord.cs
- OutputScopeManager.cs
- FillRuleValidation.cs
- X509Certificate.cs
- BaseCAMarshaler.cs
- StandardBindingElement.cs
- CharUnicodeInfo.cs
- TabletDevice.cs
- RootProfilePropertySettingsCollection.cs
- StructuredType.cs
- OleDbParameter.cs