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
- SiteIdentityPermission.cs
- HandledMouseEvent.cs
- ViewManager.cs
- PngBitmapDecoder.cs
- ILGen.cs
- MSG.cs
- BatchStream.cs
- TraceContextRecord.cs
- RequestResizeEvent.cs
- ChangeProcessor.cs
- InputLanguage.cs
- FacetChecker.cs
- HostSecurityManager.cs
- PropertyStore.cs
- InkCanvasSelection.cs
- TemplatedWizardStep.cs
- Rights.cs
- WindowsSolidBrush.cs
- WebBrowserNavigatedEventHandler.cs
- QilReference.cs
- RequestQueryProcessor.cs
- AuthorizationRule.cs
- HttpCapabilitiesEvaluator.cs
- ToolStripItemCollection.cs
- BasePropertyDescriptor.cs
- ContentTextAutomationPeer.cs
- SingletonChannelAcceptor.cs
- PropertyChangedEventManager.cs
- SkipQueryOptionExpression.cs
- HMACSHA512.cs
- JsonStringDataContract.cs
- CounterSampleCalculator.cs
- RoutedEventArgs.cs
- IRCollection.cs
- SQLBytes.cs
- CommonBehaviorsSection.cs
- DrawingVisual.cs
- AuthStoreRoleProvider.cs
- ReceiveSecurityHeaderEntry.cs
- MenuItemAutomationPeer.cs
- AssociationTypeEmitter.cs
- Calendar.cs
- ToolstripProfessionalRenderer.cs
- LongSumAggregationOperator.cs
- ZipFileInfoCollection.cs
- ReaderOutput.cs
- ObjRef.cs
- Collection.cs
- GatewayDefinition.cs
- UnsafeCollabNativeMethods.cs
- TypeSystem.cs
- FixedTextSelectionProcessor.cs
- PictureBox.cs
- OSEnvironmentHelper.cs
- SQLDouble.cs
- ConstructorNeedsTagAttribute.cs
- ComponentManagerBroker.cs
- TextAutomationPeer.cs
- InputLanguageCollection.cs
- CustomSignedXml.cs
- FilteredReadOnlyMetadataCollection.cs
- SessionStateModule.cs
- ContainerUIElement3D.cs
- RequestQueue.cs
- EntityDataSourceEntitySetNameItem.cs
- Util.cs
- VirtualizingPanel.cs
- HttpProtocolReflector.cs
- ResourceDescriptionAttribute.cs
- GlyphElement.cs
- XmlCompatibilityReader.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ConsoleKeyInfo.cs
- BinHexEncoder.cs
- ReachSerializerAsync.cs
- CroppedBitmap.cs
- AnnotationMap.cs
- ThreadAbortException.cs
- PageThemeParser.cs
- ReadOnlyDictionary.cs
- Utility.cs
- PrivilegedConfigurationManager.cs
- MenuItemBindingCollection.cs
- ChannelSinkStacks.cs
- XmlSubtreeReader.cs
- WindowsSpinner.cs
- GZipStream.cs
- GridViewRow.cs
- TimelineCollection.cs
- RadioButtonBaseAdapter.cs
- PartialTrustHelpers.cs
- Vector.cs
- ClientScriptManager.cs
- WindowsRichEdit.cs
- DragCompletedEventArgs.cs
- EntryIndex.cs
- Hex.cs
- DatePickerDateValidationErrorEventArgs.cs
- NameValueFileSectionHandler.cs
- DesignTimeResourceProviderFactoryAttribute.cs