Code:
/ FX-1434 / FX-1434 / 1.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
- DrawListViewSubItemEventArgs.cs
- DbMetaDataCollectionNames.cs
- AncillaryOps.cs
- SessionEndingEventArgs.cs
- XmlIgnoreAttribute.cs
- DiscoveryClientOutputChannel.cs
- TogglePatternIdentifiers.cs
- PixelFormatConverter.cs
- CollectionViewGroupRoot.cs
- ContentElement.cs
- Connector.cs
- Configuration.cs
- DesignerWebPartChrome.cs
- SqlGenerator.cs
- cache.cs
- ClientProxyGenerator.cs
- CodeNamespaceImport.cs
- SqlDataSourceEnumerator.cs
- XmlNamespaceManager.cs
- TextServicesCompartment.cs
- EditCommandColumn.cs
- FileBasedResourceGroveler.cs
- HttpCapabilitiesBase.cs
- Pointer.cs
- HierarchicalDataSourceDesigner.cs
- ArrayExtension.cs
- Validator.cs
- TreeViewEvent.cs
- PropertyEmitter.cs
- AppModelKnownContentFactory.cs
- SmuggledIUnknown.cs
- ClientApiGenerator.cs
- ComEventsHelper.cs
- OleDbSchemaGuid.cs
- SingleObjectCollection.cs
- PrimaryKeyTypeConverter.cs
- FontStretch.cs
- errorpatternmatcher.cs
- validationstate.cs
- DbParameterCollection.cs
- ResourceBinder.cs
- OleDbCommand.cs
- IOThreadTimer.cs
- CookielessData.cs
- SecurityResources.cs
- documentsequencetextcontainer.cs
- EntityTypeBase.cs
- ToolStripCodeDomSerializer.cs
- XmlDeclaration.cs
- LineServicesCallbacks.cs
- Cursor.cs
- BufferModeSettings.cs
- WindowsSlider.cs
- FlowDocumentReaderAutomationPeer.cs
- CodeSnippetCompileUnit.cs
- FixedNode.cs
- rsa.cs
- ListViewContainer.cs
- Image.cs
- SHA512.cs
- StringFreezingAttribute.cs
- SoapElementAttribute.cs
- FragmentNavigationEventArgs.cs
- ColorMap.cs
- UnmanagedHandle.cs
- ImageAnimator.cs
- METAHEADER.cs
- DbParameterCollection.cs
- GlobalizationAssembly.cs
- NodeLabelEditEvent.cs
- ChannelServices.cs
- UnionCodeGroup.cs
- ManualResetEvent.cs
- EndpointAddress10.cs
- CodeEventReferenceExpression.cs
- Style.cs
- SqlDataSourceCommandEventArgs.cs
- SecurityKeyUsage.cs
- HttpHeaderCollection.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- Wildcard.cs
- TextAnchor.cs
- ViewEvent.cs
- ToolboxComponentsCreatedEventArgs.cs
- NullableBoolConverter.cs
- InkCanvasFeedbackAdorner.cs
- QueryStringParameter.cs
- EmptyStringExpandableObjectConverter.cs
- TableLayoutColumnStyleCollection.cs
- ButtonRenderer.cs
- SortedDictionary.cs
- FrugalMap.cs
- ProcessManager.cs
- StaticTextPointer.cs
- DelegateBodyWriter.cs
- SelectorItemAutomationPeer.cs
- ConfigurationErrorsException.cs
- EntryIndex.cs
- PictureBox.cs
- UnknownBitmapDecoder.cs