Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / FormClosedEvent.cs / 1305376 / FormClosedEvent.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 FormClosedEventArgs : EventArgs { private CloseReason closeReason; ////// Provides data for the ///, /// /// event. /// /// public FormClosedEventArgs(CloseReason closeReason) { 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
- PieceNameHelper.cs
- GlyphShapingProperties.cs
- WindowsIPAddress.cs
- WindowsStatusBar.cs
- LocalizationParserHooks.cs
- SecurityMode.cs
- EncryptedReference.cs
- ParameterCollection.cs
- StrokeNodeOperations.cs
- VirtualizedItemProviderWrapper.cs
- OleDbRowUpdatingEvent.cs
- ButtonFlatAdapter.cs
- SqlCrossApplyToCrossJoin.cs
- ImportException.cs
- TokenizerHelper.cs
- ThemeDictionaryExtension.cs
- BindUriHelper.cs
- PageCache.cs
- MeasurementDCInfo.cs
- XmlSchemaIdentityConstraint.cs
- Metafile.cs
- ClientFormsAuthenticationCredentials.cs
- InheritedPropertyChangedEventArgs.cs
- IfAction.cs
- InkPresenter.cs
- WebResponse.cs
- JsonDataContract.cs
- XmlCharCheckingReader.cs
- PolicyManager.cs
- SecurityResources.cs
- TraceHandler.cs
- CompositeDataBoundControl.cs
- TraceHandlerErrorFormatter.cs
- XmlSchemaAttributeGroup.cs
- ServiceBehaviorElement.cs
- Transform.cs
- DataServiceKeyAttribute.cs
- ListViewItemEventArgs.cs
- ArgumentException.cs
- DataPointer.cs
- DynamicRenderer.cs
- Internal.cs
- TableLayoutStyle.cs
- EntitySqlQueryState.cs
- ResXBuildProvider.cs
- WebPartExportVerb.cs
- TableItemStyle.cs
- BulletedList.cs
- DCSafeHandle.cs
- WinFormsSecurity.cs
- WsdlInspector.cs
- TabPage.cs
- updateconfighost.cs
- InlineObject.cs
- _WinHttpWebProxyDataBuilder.cs
- RoleService.cs
- IgnorePropertiesAttribute.cs
- BitmapEncoder.cs
- GregorianCalendarHelper.cs
- CultureSpecificStringDictionary.cs
- HttpCapabilitiesSectionHandler.cs
- WebCodeGenerator.cs
- DuplicateDetector.cs
- Int32RectConverter.cs
- ProcessManager.cs
- IItemProperties.cs
- HttpCachePolicy.cs
- SqlDataSourceCustomCommandEditor.cs
- HttpConfigurationSystem.cs
- MexHttpBindingCollectionElement.cs
- SubclassTypeValidatorAttribute.cs
- CompoundFileReference.cs
- ButtonPopupAdapter.cs
- RecognizeCompletedEventArgs.cs
- MinMaxParagraphWidth.cs
- CaseStatement.cs
- TypedRowGenerator.cs
- SqlFunctionAttribute.cs
- ContentFilePart.cs
- ButtonFieldBase.cs
- LookupNode.cs
- MetadataSource.cs
- PenLineJoinValidation.cs
- BoolExpressionVisitors.cs
- securitycriticaldataformultiplegetandset.cs
- AbstractDataSvcMapFileLoader.cs
- DefaultAuthorizationContext.cs
- BindingContext.cs
- TableLayoutSettingsTypeConverter.cs
- PrivateFontCollection.cs
- MenuCommand.cs
- WebPartAuthorizationEventArgs.cs
- PKCS1MaskGenerationMethod.cs
- OutputCacheModule.cs
- PropertyGrid.cs
- ElasticEase.cs
- streamingZipPartStream.cs
- FormsAuthenticationEventArgs.cs
- XamlGridLengthSerializer.cs
- ValueUnavailableException.cs