Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / FormClosedEvent.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Provides the reason for the Form Close. /// ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RefExpr.cs
- WpfMemberInvoker.cs
- BinaryWriter.cs
- SqlFunctionAttribute.cs
- PromptBuilder.cs
- TypeDescriptionProvider.cs
- BCryptSafeHandles.cs
- ServerValidateEventArgs.cs
- SelectionWordBreaker.cs
- ContentElement.cs
- SamlAuthorizationDecisionStatement.cs
- _Semaphore.cs
- WaitHandle.cs
- StorageSetMapping.cs
- RegexTree.cs
- webclient.cs
- SHA1Managed.cs
- XmlWrappingReader.cs
- TypedTableBase.cs
- SoapSchemaImporter.cs
- GroupBoxRenderer.cs
- ReadOnlyDataSourceView.cs
- X509ChainPolicy.cs
- DataChangedEventManager.cs
- TiffBitmapEncoder.cs
- GenericUriParser.cs
- SerialReceived.cs
- webclient.cs
- PopupControlService.cs
- RequestCachePolicy.cs
- TextParagraph.cs
- OdbcUtils.cs
- CallContext.cs
- MiniModule.cs
- FileCodeGroup.cs
- XmlSchemaGroup.cs
- CommentEmitter.cs
- SqlDataSourceCache.cs
- SerializationStore.cs
- SqlXml.cs
- SponsorHelper.cs
- XmlDocumentType.cs
- ClientData.cs
- SqlMultiplexer.cs
- SoapAttributeOverrides.cs
- TextElementCollectionHelper.cs
- TableCellCollection.cs
- WindowsListBox.cs
- XmlChildEnumerator.cs
- MD5CryptoServiceProvider.cs
- UnsafeNativeMethods.cs
- WorkerRequest.cs
- HealthMonitoringSectionHelper.cs
- UInt64Converter.cs
- SchemaNames.cs
- RectConverter.cs
- PartitionedDataSource.cs
- StylusPointPropertyInfo.cs
- TableLayoutRowStyleCollection.cs
- LinqDataSourceHelper.cs
- TogglePatternIdentifiers.cs
- TextDecorations.cs
- LinkArea.cs
- MailMessage.cs
- XmlNullResolver.cs
- TransformerInfoCollection.cs
- ApplySecurityAndSendAsyncResult.cs
- ImageFormat.cs
- BinaryObjectInfo.cs
- WebConfigurationManager.cs
- PeerDuplexChannelListener.cs
- DesignerVerb.cs
- ObjRef.cs
- EndpointInfo.cs
- FrameworkElementAutomationPeer.cs
- CreateUserErrorEventArgs.cs
- EventLogTraceListener.cs
- ProfileGroupSettings.cs
- TokenBasedSet.cs
- AddingNewEventArgs.cs
- EventDescriptor.cs
- ZipFileInfoCollection.cs
- StdValidatorsAndConverters.cs
- DataReceivedEventArgs.cs
- StoryFragments.cs
- MonitoringDescriptionAttribute.cs
- _SslState.cs
- GeneralTransform3D.cs
- Path.cs
- MsmqIntegrationProcessProtocolHandler.cs
- StrokeFIndices.cs
- TokenizerHelper.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- Menu.cs
- SourceSwitch.cs
- NodeLabelEditEvent.cs
- IntSecurity.cs
- XmlNamespaceDeclarationsAttribute.cs
- Binding.cs
- CustomCategoryAttribute.cs