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
- XmlSortKeyAccumulator.cs
- BrowserInteropHelper.cs
- CommandHelpers.cs
- OleDbEnumerator.cs
- DetailsViewInsertEventArgs.cs
- CommonDialog.cs
- SoapAttributeOverrides.cs
- CommandBindingCollection.cs
- Mouse.cs
- StorageBasedPackageProperties.cs
- DeclarativeCatalogPartDesigner.cs
- AutomationTextAttribute.cs
- TypeDescriptionProviderAttribute.cs
- BasicExpressionVisitor.cs
- NameSpaceEvent.cs
- SecurityDocument.cs
- RegexNode.cs
- BinaryKeyIdentifierClause.cs
- RtfToXamlReader.cs
- WebPartConnectionsDisconnectVerb.cs
- TypographyProperties.cs
- ConvertersCollection.cs
- CharEnumerator.cs
- XamlInt32CollectionSerializer.cs
- UpnEndpointIdentityExtension.cs
- UrlMappingsSection.cs
- GenericWebPart.cs
- shaperfactoryquerycacheentry.cs
- UpdateCompiler.cs
- DynamicMethod.cs
- SessionStateUtil.cs
- safelink.cs
- QuaternionRotation3D.cs
- XmlSerializer.cs
- EntityClassGenerator.cs
- ApplicationCommands.cs
- XmlSchemaSimpleTypeList.cs
- SortFieldComparer.cs
- AdapterUtil.cs
- EventDriven.cs
- XPathQueryGenerator.cs
- QilGeneratorEnv.cs
- ShapingEngine.cs
- CodeExpressionCollection.cs
- ProxyWebPartConnectionCollection.cs
- IsolatedStorageException.cs
- QilXmlReader.cs
- ClientOptions.cs
- HtmlInputPassword.cs
- WorkflowMarkupSerializationException.cs
- DataServiceHost.cs
- ManipulationDevice.cs
- EntityReference.cs
- ListItemConverter.cs
- dbdatarecord.cs
- DataControlButton.cs
- ListSourceHelper.cs
- TagMapCollection.cs
- TextAdaptor.cs
- FastEncoderStatics.cs
- HtmlFormWrapper.cs
- TreeViewHitTestInfo.cs
- ContextStack.cs
- OracleRowUpdatedEventArgs.cs
- WebPartsPersonalizationAuthorization.cs
- ClosureBinding.cs
- DateTimeSerializationSection.cs
- ShimAsPublicXamlType.cs
- basecomparevalidator.cs
- DataServices.cs
- _NetworkingPerfCounters.cs
- TreeNode.cs
- PropertyInfo.cs
- NamespaceExpr.cs
- SelectionGlyph.cs
- DebuggerAttributes.cs
- DataSourceCache.cs
- PointCollection.cs
- ExecutionEngineException.cs
- DataGridCellItemAutomationPeer.cs
- StatusBarPanelClickEvent.cs
- SqlUDTStorage.cs
- CapabilitiesState.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- FontNameConverter.cs
- IndexedGlyphRun.cs
- PerspectiveCamera.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- HttpTransportSecurity.cs
- ReaderWriterLockSlim.cs
- Knowncolors.cs
- DataSourceHelper.cs
- PersistChildrenAttribute.cs
- FontStretch.cs
- PathFigureCollectionValueSerializer.cs
- ImageAttributes.cs
- SecureStringHasher.cs
- RealProxy.cs
- SecurityException.cs
- RegexCapture.cs