Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Url of the Document. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartEventArgs.cs
- EventData.cs
- MatrixCamera.cs
- PostBackOptions.cs
- ExpressionParser.cs
- PropertyTabAttribute.cs
- TableLayoutStyleCollection.cs
- RequestStatusBarUpdateEventArgs.cs
- Unit.cs
- ConnectionInterfaceCollection.cs
- DataServiceRequestException.cs
- DependencyPropertyConverter.cs
- SqlDataSourceSelectingEventArgs.cs
- StrongNameKeyPair.cs
- IDictionary.cs
- ReceiveParametersContent.cs
- Encoding.cs
- TiffBitmapEncoder.cs
- FontStretch.cs
- StringValidatorAttribute.cs
- EdmRelationshipRoleAttribute.cs
- xdrvalidator.cs
- SafeCryptHandles.cs
- XmlNodeChangedEventArgs.cs
- ToolStripDropTargetManager.cs
- SizeConverter.cs
- XmlEventCache.cs
- ToolStripLocationCancelEventArgs.cs
- LayoutExceptionEventArgs.cs
- ProgressChangedEventArgs.cs
- ListMarkerLine.cs
- ScrollViewer.cs
- TreeNodeSelectionProcessor.cs
- PerfCounters.cs
- StaticResourceExtension.cs
- FontFamily.cs
- ErrorWebPart.cs
- MetaTable.cs
- BitmapDecoder.cs
- ObjectParameterCollection.cs
- QuotedStringWriteStateInfo.cs
- OpenTypeCommon.cs
- SecUtil.cs
- DataGridViewCellFormattingEventArgs.cs
- CodeAssignStatement.cs
- CompilationUnit.cs
- HMACMD5.cs
- OdbcErrorCollection.cs
- AncillaryOps.cs
- SmiXetterAccessMap.cs
- UTF8Encoding.cs
- HttpStaticObjectsCollectionBase.cs
- RegistrationServices.cs
- SocketPermission.cs
- RtType.cs
- DeliveryRequirementsAttribute.cs
- SystemIPAddressInformation.cs
- HttpRequestTraceRecord.cs
- HMACRIPEMD160.cs
- UIElementHelper.cs
- RelatedPropertyManager.cs
- WindowsStatic.cs
- VectorAnimationBase.cs
- UncommonField.cs
- ConstraintCollection.cs
- RequestQueue.cs
- ConnectionPoolRegistry.cs
- OneOfConst.cs
- ConnectionOrientedTransportBindingElement.cs
- ObjectHandle.cs
- ProviderConnectionPoint.cs
- TextRange.cs
- SubqueryRules.cs
- SqlDataAdapter.cs
- BigInt.cs
- FileDetails.cs
- Overlapped.cs
- EntityClassGenerator.cs
- CookieProtection.cs
- XmlILOptimizerVisitor.cs
- ConstraintCollection.cs
- CacheSection.cs
- Propagator.Evaluator.cs
- PageCatalogPartDesigner.cs
- DependencyPropertyKind.cs
- _NestedMultipleAsyncResult.cs
- SqlAggregateChecker.cs
- FileSystemInfo.cs
- LinkedList.cs
- IconBitmapDecoder.cs
- UpdateException.cs
- _MultipleConnectAsync.cs
- AnimationTimeline.cs
- Metadata.cs
- mediaeventshelper.cs
- XamlSerializationHelper.cs
- Timer.cs
- HostingEnvironmentException.cs
- Matrix.cs
- SystemIPInterfaceProperties.cs