Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / WebBrowserNavigatedEventHandler.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Url the browser navigated to. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbConnectionPoolOptions.cs
- TreeNodeCollectionEditor.cs
- MenuItemBindingCollection.cs
- BufferedGraphics.cs
- ItemCheckedEvent.cs
- X509Utils.cs
- SpellerStatusTable.cs
- Path.cs
- PackagePart.cs
- WsatRegistrationHeader.cs
- InputBinding.cs
- NameValueConfigurationElement.cs
- UpDownBase.cs
- AddingNewEventArgs.cs
- RevocationPoint.cs
- MDIClient.cs
- ProgressBarBrushConverter.cs
- SystemDropShadowChrome.cs
- URLMembershipCondition.cs
- SqlCacheDependency.cs
- SoapElementAttribute.cs
- SuppressIldasmAttribute.cs
- _ScatterGatherBuffers.cs
- DecoderFallback.cs
- ZoneButton.cs
- ImageListImage.cs
- InputLangChangeEvent.cs
- FormViewInsertEventArgs.cs
- Parser.cs
- DataRecordInternal.cs
- ScriptControl.cs
- ItemChangedEventArgs.cs
- DataGridViewRowEventArgs.cs
- ItemChangedEventArgs.cs
- StylusPointProperties.cs
- RecordsAffectedEventArgs.cs
- TreeNodeMouseHoverEvent.cs
- EmptyQuery.cs
- NotSupportedException.cs
- EventLevel.cs
- DynamicField.cs
- M3DUtil.cs
- wgx_commands.cs
- SqlRemoveConstantOrderBy.cs
- NativeActivityAbortContext.cs
- Property.cs
- securitycriticaldataClass.cs
- RectConverter.cs
- OperationInfo.cs
- MenuItem.cs
- RefreshPropertiesAttribute.cs
- RequestSecurityTokenSerializer.cs
- RtfToken.cs
- ConstraintCollection.cs
- AmbientLight.cs
- SoapInteropTypes.cs
- ObjectDataSourceFilteringEventArgs.cs
- AssemblyInfo.cs
- XsdBuilder.cs
- ObjectDataSourceView.cs
- DragDeltaEventArgs.cs
- MatrixTransform.cs
- SqlFacetAttribute.cs
- EmptyEnumerator.cs
- LinqDataSourceHelper.cs
- ArrangedElement.cs
- PackageRelationshipCollection.cs
- XamlGridLengthSerializer.cs
- BindingContext.cs
- UnmanagedMemoryStream.cs
- TextFormatter.cs
- PrintController.cs
- ToolZone.cs
- RequestResizeEvent.cs
- SettingsPropertyNotFoundException.cs
- RegexEditorDialog.cs
- TextParaClient.cs
- CacheForPrimitiveTypes.cs
- TargetControlTypeCache.cs
- InternalTypeHelper.cs
- AlternateView.cs
- GlobalProxySelection.cs
- FragmentQuery.cs
- TextDpi.cs
- JoinCqlBlock.cs
- NavigationPropertyEmitter.cs
- XhtmlBasicFormAdapter.cs
- ByteKeyFrameCollection.cs
- UnsafeNativeMethods.cs
- SqlConnectionStringBuilder.cs
- RelationHandler.cs
- HttpStaticObjectsCollectionBase.cs
- Stack.cs
- IgnoreSectionHandler.cs
- PerfCounterSection.cs
- DataSourceViewSchemaConverter.cs
- Parser.cs
- LazyTextWriterCreator.cs
- IncrementalHitTester.cs
- CapacityStreamGeometryContext.cs