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
- BamlLocalizableResource.cs
- xsdvalidator.cs
- DataControlCommands.cs
- ImageListStreamer.cs
- SerializationIncompleteException.cs
- EastAsianLunisolarCalendar.cs
- PreProcessor.cs
- HtmlInputHidden.cs
- EdmProviderManifest.cs
- RegexRunner.cs
- EntityContainerEmitter.cs
- ControlTemplate.cs
- CompiledRegexRunnerFactory.cs
- SpeakProgressEventArgs.cs
- FormClosingEvent.cs
- ToolboxItem.cs
- BitStream.cs
- TdsValueSetter.cs
- BackgroundFormatInfo.cs
- BitmapCodecInfo.cs
- GAC.cs
- PrintPreviewDialog.cs
- x509utils.cs
- _Rfc2616CacheValidators.cs
- PageEventArgs.cs
- TransactionScope.cs
- AttributeCollection.cs
- DateTimeParse.cs
- SystemGatewayIPAddressInformation.cs
- HttpCookie.cs
- UnsafeNativeMethods.cs
- AmbientProperties.cs
- ReferentialConstraint.cs
- NameTable.cs
- FunctionMappingTranslator.cs
- RecordsAffectedEventArgs.cs
- SplitterEvent.cs
- AppliedDeviceFiltersDialog.cs
- QilLiteral.cs
- DataControlPagerLinkButton.cs
- NoResizeHandleGlyph.cs
- TaskFormBase.cs
- ToggleProviderWrapper.cs
- ValidationRuleCollection.cs
- AdjustableArrowCap.cs
- AuthenticationService.cs
- ETagAttribute.cs
- PKCS1MaskGenerationMethod.cs
- ActivityWithResultValueSerializer.cs
- SerializationEventsCache.cs
- LocatorGroup.cs
- CommunicationException.cs
- SqlWebEventProvider.cs
- LineInfo.cs
- SoapEnumAttribute.cs
- DATA_BLOB.cs
- CodeMemberMethod.cs
- TimeStampChecker.cs
- MailFileEditor.cs
- SqlProcedureAttribute.cs
- BitmapSizeOptions.cs
- ToolStripDropDownButton.cs
- InputElement.cs
- VBCodeProvider.cs
- NetMsmqBindingElement.cs
- SystemUdpStatistics.cs
- DynamicQueryableWrapper.cs
- HtmlTableRowCollection.cs
- AnnotationMap.cs
- DataGridRowDetailsEventArgs.cs
- Token.cs
- Function.cs
- XmlSchemaCompilationSettings.cs
- TextBox.cs
- FieldToken.cs
- DependencyPropertyValueSerializer.cs
- DeploymentSectionCache.cs
- AsymmetricKeyExchangeDeformatter.cs
- CodeDomConfigurationHandler.cs
- SiteMapNodeCollection.cs
- DependencyPropertyChangedEventArgs.cs
- Translator.cs
- MemberCollection.cs
- DotExpr.cs
- SqlDesignerDataSourceView.cs
- SafeNativeMethodsCLR.cs
- RightsManagementInformation.cs
- ExpressionPrefixAttribute.cs
- OdbcConnectionString.cs
- ApplicationServiceHelper.cs
- SqlDataSourceView.cs
- ParamArrayAttribute.cs
- DSACryptoServiceProvider.cs
- ContractType.cs
- DataSourceView.cs
- StylusPlugin.cs
- ChannelSinkStacks.cs
- AppSettingsReader.cs
- Vector.cs
- SelectionGlyph.cs