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
- GuidConverter.cs
- DynamicMetaObject.cs
- baseaxisquery.cs
- ExpressionHelper.cs
- IDispatchConstantAttribute.cs
- UTF7Encoding.cs
- GridViewUpdateEventArgs.cs
- PageSetupDialog.cs
- AliasedSlot.cs
- MarkupCompiler.cs
- StrokeCollection.cs
- NativeMethods.cs
- SkinBuilder.cs
- XPathDocument.cs
- SqlConnectionStringBuilder.cs
- XsdBuildProvider.cs
- basevalidator.cs
- CurrentChangingEventArgs.cs
- XamlTreeBuilder.cs
- SqlClientMetaDataCollectionNames.cs
- DateTimeValueSerializerContext.cs
- MouseEvent.cs
- DecimalAnimationBase.cs
- DiscreteKeyFrames.cs
- SqlDependencyListener.cs
- ButtonStandardAdapter.cs
- HatchBrush.cs
- IPGlobalProperties.cs
- RowBinding.cs
- ValidationRule.cs
- DataGridViewRowStateChangedEventArgs.cs
- DataGridLinkButton.cs
- DetailsViewInsertEventArgs.cs
- MemoryFailPoint.cs
- RegionInfo.cs
- ResourceReferenceExpressionConverter.cs
- WebPartConnectionsEventArgs.cs
- TrueReadOnlyCollection.cs
- AccessControlEntry.cs
- TimeIntervalCollection.cs
- Stack.cs
- FixedSOMFixedBlock.cs
- StateMachineExecutionState.cs
- Size.cs
- DataServiceRequestException.cs
- XamlBrushSerializer.cs
- ListParagraph.cs
- METAHEADER.cs
- DataGridPageChangedEventArgs.cs
- RegexCapture.cs
- FileDialog.cs
- BeginStoryboard.cs
- ScrollBar.cs
- EntryPointNotFoundException.cs
- DataErrorValidationRule.cs
- SetStateDesigner.cs
- DataGridViewComponentPropertyGridSite.cs
- FormatterServices.cs
- RuntimeConfigurationRecord.cs
- LinqToSqlWrapper.cs
- ValidationError.cs
- UpdatePanelTriggerCollection.cs
- InkCollectionBehavior.cs
- DurableMessageDispatchInspector.cs
- BuildProviderAppliesToAttribute.cs
- DrawingGroup.cs
- CustomLineCap.cs
- XamlFigureLengthSerializer.cs
- DataGridViewCellParsingEventArgs.cs
- IndentTextWriter.cs
- PassportAuthentication.cs
- OdbcCommandBuilder.cs
- HtmlInputHidden.cs
- MetadataSection.cs
- ContextDataSourceView.cs
- ToolStripHighContrastRenderer.cs
- TextRange.cs
- GeneralTransform2DTo3DTo2D.cs
- FullTextBreakpoint.cs
- MarkupCompilePass1.cs
- WmpBitmapDecoder.cs
- RoleManagerModule.cs
- AuthenticationModuleElement.cs
- PropertyConverter.cs
- InvalidEnumArgumentException.cs
- Thickness.cs
- RecordConverter.cs
- GPPOINTF.cs
- ZoneMembershipCondition.cs
- SqlProvider.cs
- SqlInternalConnection.cs
- ISAPIApplicationHost.cs
- FormViewInsertedEventArgs.cs
- RelationshipConverter.cs
- CommandValueSerializer.cs
- SystemException.cs
- BrushMappingModeValidation.cs
- TaiwanLunisolarCalendar.cs
- ConnectionManagementElement.cs
- TypeLoadException.cs