Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / WebBrowserNavigatedEventHandler.cs / 1305376 / WebBrowserNavigatedEventHandler.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Net; namespace System.Windows.Forms { ////// /// public delegate void WebBrowserNavigatedEventHandler(object sender, WebBrowserNavigatedEventArgs e); ////// Delegate to the WebBrowser Navigated event. /// ////// /// public class WebBrowserNavigatedEventArgs : EventArgs { private Uri url; ////// Provides data for the ///event. /// /// /// public WebBrowserNavigatedEventArgs(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 the browser navigated to. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Net; namespace System.Windows.Forms { ////// /// public delegate void WebBrowserNavigatedEventHandler(object sender, WebBrowserNavigatedEventArgs e); ////// Delegate to the WebBrowser Navigated event. /// ////// /// public class WebBrowserNavigatedEventArgs : EventArgs { private Uri url; ////// Provides data for the ///event. /// /// /// public WebBrowserNavigatedEventArgs(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 the browser navigated to. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeNodeStyle.cs
- XPathEmptyIterator.cs
- MimeTypeAttribute.cs
- TimeZone.cs
- XmlSchemaComplexContentRestriction.cs
- RoleGroup.cs
- EntityProviderServices.cs
- FtpRequestCacheValidator.cs
- NavigatorInput.cs
- DataGridViewColumnTypeEditor.cs
- ModuleBuilder.cs
- EntityKeyElement.cs
- SynchronizationValidator.cs
- WebPartRestoreVerb.cs
- BamlResourceContent.cs
- SQLDouble.cs
- RepeaterItem.cs
- CoTaskMemHandle.cs
- DataGridBoundColumn.cs
- ServiceSecurityAuditBehavior.cs
- AttributeXamlType.cs
- EditorAttributeInfo.cs
- NullReferenceException.cs
- XmlWrappingReader.cs
- Int32Rect.cs
- StagingAreaInputItem.cs
- SqlRowUpdatingEvent.cs
- BaseCodeDomTreeGenerator.cs
- ListViewGroupConverter.cs
- Decoder.cs
- AnnotationElement.cs
- DataSourceHelper.cs
- documentsequencetextpointer.cs
- SqlPersonalizationProvider.cs
- BaseServiceProvider.cs
- DependencyProperty.cs
- LocatorPart.cs
- MarshalDirectiveException.cs
- StrokeCollection2.cs
- InstanceHandleConflictException.cs
- sqlcontext.cs
- XmlSchemaCollection.cs
- StylusPointPropertyId.cs
- TableRowCollection.cs
- Canvas.cs
- AuthenticationModuleElementCollection.cs
- mactripleDES.cs
- _Events.cs
- MenuDesigner.cs
- PersonalizationState.cs
- QilScopedVisitor.cs
- RootBuilder.cs
- StructuredTypeEmitter.cs
- TableRow.cs
- VScrollBar.cs
- CatalogZoneDesigner.cs
- WindowsListView.cs
- DesignColumn.cs
- DataViewManagerListItemTypeDescriptor.cs
- ChameleonKey.cs
- EnterpriseServicesHelper.cs
- TcpTransportSecurityElement.cs
- TextEditorParagraphs.cs
- _HTTPDateParse.cs
- NativeActivityAbortContext.cs
- CodeTryCatchFinallyStatement.cs
- HtmlShim.cs
- WebReferenceOptions.cs
- DefaultSerializationProviderAttribute.cs
- EncryptedPackage.cs
- HwndSourceKeyboardInputSite.cs
- XmlChildNodes.cs
- PreviewPageInfo.cs
- RouteTable.cs
- Lease.cs
- Timeline.cs
- precedingsibling.cs
- COM2IDispatchConverter.cs
- CheckBoxStandardAdapter.cs
- PersonalizationProviderCollection.cs
- SqlMultiplexer.cs
- Panel.cs
- TextServicesPropertyRanges.cs
- ViewCellSlot.cs
- CasesDictionary.cs
- FormatterConverter.cs
- Rotation3DAnimationUsingKeyFrames.cs
- CanonicalizationDriver.cs
- HttpFileCollection.cs
- LogicalExpr.cs
- FontInfo.cs
- XmlWriterTraceListener.cs
- ResponseBodyWriter.cs
- CssClassPropertyAttribute.cs
- XmlSchemaDocumentation.cs
- PolicyException.cs
- TitleStyle.cs
- EditableTreeList.cs
- UnSafeCharBuffer.cs
- ToolStripGripRenderEventArgs.cs