Code:
/ 4.0 / 4.0 / 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. /// ///// 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
- MemoryStream.cs
- SoapAttributeOverrides.cs
- D3DImage.cs
- smtppermission.cs
- Quad.cs
- SqlError.cs
- _ConnectOverlappedAsyncResult.cs
- RegexCompiler.cs
- WebZone.cs
- ContentType.cs
- PassportAuthentication.cs
- TrustSection.cs
- FixedNode.cs
- MemoryPressure.cs
- DataListItemEventArgs.cs
- AppModelKnownContentFactory.cs
- ActivityDesigner.cs
- RemotingException.cs
- DefaultValidator.cs
- WebPartDisplayModeCancelEventArgs.cs
- Converter.cs
- ColumnTypeConverter.cs
- WebBrowserPermission.cs
- SQLResource.cs
- ParseHttpDate.cs
- FixedBufferAttribute.cs
- XmlSchemaObject.cs
- SamlSubject.cs
- View.cs
- Pkcs7Signer.cs
- ProxyAttribute.cs
- XmlElementAttributes.cs
- BooleanAnimationUsingKeyFrames.cs
- SignedInfo.cs
- DragCompletedEventArgs.cs
- DataList.cs
- Pool.cs
- CrossContextChannel.cs
- UnmanagedMarshal.cs
- UserPreferenceChangingEventArgs.cs
- RegistrySecurity.cs
- WebPartPersonalization.cs
- Application.cs
- SqlDataSourceCommandEventArgs.cs
- BindStream.cs
- NGCSerializationManagerAsync.cs
- CalendarAutoFormat.cs
- XmlIlGenerator.cs
- XmlNavigatorStack.cs
- LocalizationCodeDomSerializer.cs
- OracleMonthSpan.cs
- _NegoState.cs
- XmlElementAttribute.cs
- XhtmlBasicControlAdapter.cs
- XmlHelper.cs
- BamlMapTable.cs
- WhitespaceSignificantCollectionAttribute.cs
- ResetableIterator.cs
- UnsafeNetInfoNativeMethods.cs
- VectorCollectionConverter.cs
- Transform3DCollection.cs
- RtfFormatStack.cs
- PersonalizationState.cs
- CqlIdentifiers.cs
- datacache.cs
- GeneralTransform3DTo2D.cs
- Model3DGroup.cs
- SchemaEntity.cs
- ObjectCache.cs
- ByteArrayHelperWithString.cs
- SemanticResultValue.cs
- WindowsFormsHelpers.cs
- FacetDescription.cs
- nulltextcontainer.cs
- HttpException.cs
- ListControl.cs
- CalculatedColumn.cs
- ComponentResourceKey.cs
- StringAnimationBase.cs
- RightsManagementErrorHandler.cs
- FunctionImportMapping.cs
- ObjectDataSourceMethodEventArgs.cs
- DataStreamFromComStream.cs
- DateTimeOffsetAdapter.cs
- WmlPageAdapter.cs
- GridViewUpdateEventArgs.cs
- DefaultTextStoreTextComposition.cs
- ReadOnlyNameValueCollection.cs
- ReceiveErrorHandling.cs
- GridView.cs
- NamespaceEmitter.cs
- ItemChangedEventArgs.cs
- InternalConfigRoot.cs
- BasicExpandProvider.cs
- Stylesheet.cs
- _StreamFramer.cs
- ServiceDescriptionImporter.cs
- SrgsSemanticInterpretationTag.cs
- CompModSwitches.cs
- XPathDocumentBuilder.cs