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
- FixedPage.cs
- elementinformation.cs
- AppDomainManager.cs
- Variable.cs
- Message.cs
- Run.cs
- ScrollViewerAutomationPeer.cs
- DependencyPropertyDescriptor.cs
- SubpageParaClient.cs
- PageCache.cs
- ThreadPool.cs
- InvokeMethod.cs
- RegexBoyerMoore.cs
- Error.cs
- XmlByteStreamWriter.cs
- DataGridLinkButton.cs
- TreePrinter.cs
- WindowsScrollBarBits.cs
- UnsafeNativeMethods.cs
- OdbcCommandBuilder.cs
- SqlAliaser.cs
- PageEventArgs.cs
- TextureBrush.cs
- SqlGenericUtil.cs
- MD5.cs
- MetadataItemEmitter.cs
- StructuredProperty.cs
- MSAAWinEventWrap.cs
- RequestUriProcessor.cs
- Rectangle.cs
- ContainerParaClient.cs
- DataObjectFieldAttribute.cs
- DataContractJsonSerializerOperationBehavior.cs
- StateRuntime.cs
- JsonQueryStringConverter.cs
- SafeReadContext.cs
- ThreadSafeList.cs
- ConnectionPointGlyph.cs
- ContextMenu.cs
- CodeTryCatchFinallyStatement.cs
- MemoryPressure.cs
- contentDescriptor.cs
- XslCompiledTransform.cs
- HasCopySemanticsAttribute.cs
- SystemEvents.cs
- CompositeScriptReference.cs
- DbMetaDataColumnNames.cs
- SamlAttributeStatement.cs
- DetailsViewPageEventArgs.cs
- EncoderBestFitFallback.cs
- _IPv4Address.cs
- SchemaCreator.cs
- ParagraphVisual.cs
- UrlMapping.cs
- Assert.cs
- InputLangChangeEvent.cs
- SaveCardRequest.cs
- FontWeightConverter.cs
- ConfigXmlElement.cs
- RoutedCommand.cs
- FontInfo.cs
- ToolStripRendererSwitcher.cs
- TableHeaderCell.cs
- ControlBuilder.cs
- ValidationEventArgs.cs
- XappLauncher.cs
- EmptyWithCancelationCheckWorkItem.cs
- MaterialGroup.cs
- SecurityTokenValidationException.cs
- StylusLogic.cs
- ListCollectionView.cs
- UserControlBuildProvider.cs
- IOThreadScheduler.cs
- TableItemPattern.cs
- WebEventCodes.cs
- UInt32Converter.cs
- KnownBoxes.cs
- UIAgentRequest.cs
- ServiceInfoCollection.cs
- DocComment.cs
- DecoderFallbackWithFailureFlag.cs
- ResourceProperty.cs
- X509CertificateCollection.cs
- ExpressionBindings.cs
- SrgsToken.cs
- ServiceHttpModule.cs
- ModelItemKeyValuePair.cs
- ArrayList.cs
- StructuredTypeInfo.cs
- ExtenderProvidedPropertyAttribute.cs
- VBIdentifierTrimConverter.cs
- TypeNameConverter.cs
- datacache.cs
- DBConnectionString.cs
- IncrementalHitTester.cs
- TextTreeDeleteContentUndoUnit.cs
- Size3DConverter.cs
- TextParagraphView.cs
- WorkflowInstanceExtensionCollection.cs
- LoadRetryAsyncResult.cs