Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / FormClosingEvent.cs / 1305376 / FormClosingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class FormClosingEventArgs : CancelEventArgs { private CloseReason closeReason; ////// Provides data for the ///, /// /// event. /// public FormClosingEventArgs(CloseReason closeReason, bool cancel) : base(cancel) { this.closeReason = closeReason; } /// /// /// public CloseReason CloseReason { get { return closeReason; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Provides the reason for the Form close. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsRegion.cs
- AnnotationService.cs
- SQLGuid.cs
- ClientScriptManager.cs
- TemplateXamlParser.cs
- grammarelement.cs
- ClientBuildManagerCallback.cs
- PropertyChangedEventManager.cs
- DataGridViewImageCell.cs
- TabletDevice.cs
- EndpointConfigContainer.cs
- SiteMapProvider.cs
- DbSourceCommand.cs
- NativeMethods.cs
- WsatAdminException.cs
- XmlQueryContext.cs
- CodeArrayIndexerExpression.cs
- AppDomainProtocolHandler.cs
- Stylus.cs
- BStrWrapper.cs
- ISAPIApplicationHost.cs
- VirtualPath.cs
- ObjectSet.cs
- Base64Encoder.cs
- MemoryMappedView.cs
- X509CertificateChain.cs
- ProfileGroupSettings.cs
- AttributeEmitter.cs
- SortFieldComparer.cs
- Subtree.cs
- _SslStream.cs
- CodeNamespaceImport.cs
- AgileSafeNativeMemoryHandle.cs
- GridViewUpdatedEventArgs.cs
- RuleSettings.cs
- CompilationRelaxations.cs
- ToolStripTextBox.cs
- MessagingDescriptionAttribute.cs
- FrameworkElement.cs
- Selector.cs
- TimeSpanParse.cs
- CopyEncoder.cs
- WebControl.cs
- DrawItemEvent.cs
- MasterPageParser.cs
- WindowsScroll.cs
- SolidColorBrush.cs
- Lease.cs
- DecoderExceptionFallback.cs
- ResourcesGenerator.cs
- TextSimpleMarkerProperties.cs
- CellQuery.cs
- ReadWriteSpinLock.cs
- OneOf.cs
- GridProviderWrapper.cs
- PermissionRequestEvidence.cs
- SystemPens.cs
- NavigatorInput.cs
- GeneralTransform3DGroup.cs
- RubberbandSelector.cs
- CategoryGridEntry.cs
- GridEntry.cs
- CounterCreationDataConverter.cs
- thaishape.cs
- EventToken.cs
- UrlRoutingModule.cs
- DependentList.cs
- WebPageTraceListener.cs
- LeafCellTreeNode.cs
- TextShapeableCharacters.cs
- ProgressBarBrushConverter.cs
- SmiContextFactory.cs
- TextDocumentView.cs
- XmlNamespaceManager.cs
- DetailsViewUpdatedEventArgs.cs
- StopStoryboard.cs
- RMPermissions.cs
- MainMenu.cs
- DownloadProgressEventArgs.cs
- NamedObject.cs
- InkSerializer.cs
- DomainUpDown.cs
- RectAnimationUsingKeyFrames.cs
- DataSvcMapFile.cs
- FormView.cs
- SafeFindHandle.cs
- StringCollection.cs
- BinaryMethodMessage.cs
- __FastResourceComparer.cs
- HasCopySemanticsAttribute.cs
- DesignTimeTemplateParser.cs
- CollectionBuilder.cs
- AssemblyUtil.cs
- UrlSyndicationContent.cs
- ApplicationSecurityManager.cs
- ComplexTypeEmitter.cs
- QueryContext.cs
- HMACMD5.cs
- ResourceContainer.cs
- WindowsFont.cs