Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ ///// 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
- Animatable.cs
- SymmetricAlgorithm.cs
- TextEditorCopyPaste.cs
- OrderByBuilder.cs
- TextDecoration.cs
- Parser.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- OracleParameter.cs
- DocumentApplicationJournalEntry.cs
- SecurityElement.cs
- DoubleLinkList.cs
- ObjectManager.cs
- Visual.cs
- StateMachineWorkflowInstance.cs
- CompilationRelaxations.cs
- SignerInfo.cs
- DbCommandTree.cs
- DesignerActionPanel.cs
- ToolBarButton.cs
- DataReaderContainer.cs
- xsdvalidator.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SmiMetaData.cs
- Pen.cs
- ItemPager.cs
- OdbcTransaction.cs
- PolicyVersion.cs
- PixelShader.cs
- HandlerBase.cs
- _NTAuthentication.cs
- LocationFactory.cs
- CallbackValidator.cs
- StringFormat.cs
- ProfileServiceManager.cs
- RootDesignerSerializerAttribute.cs
- TypeSystemProvider.cs
- ExpressionWriter.cs
- ReflectionTypeLoadException.cs
- Misc.cs
- TextEditorTyping.cs
- NotSupportedException.cs
- CommentAction.cs
- DtcInterfaces.cs
- BinaryReader.cs
- JavaScriptObjectDeserializer.cs
- PlainXmlSerializer.cs
- ResetableIterator.cs
- PenThread.cs
- CustomCategoryAttribute.cs
- IPGlobalProperties.cs
- CodeObject.cs
- BitmapEffectGroup.cs
- CreateRefExpr.cs
- IDReferencePropertyAttribute.cs
- PathNode.cs
- Privilege.cs
- HttpBrowserCapabilitiesBase.cs
- ParallelEnumerable.cs
- EmbeddedMailObject.cs
- Region.cs
- SqlDataSourceQueryConverter.cs
- Pair.cs
- AssemblyGen.cs
- DataChangedEventManager.cs
- Expander.cs
- CatalogPartChrome.cs
- Restrictions.cs
- WorkflowDesignerColors.cs
- Automation.cs
- ChtmlCommandAdapter.cs
- SymLanguageType.cs
- RegexStringValidatorAttribute.cs
- BatchWriter.cs
- FreeFormDragDropManager.cs
- ManagedCodeMarkers.cs
- WebConfigurationHost.cs
- DataTableClearEvent.cs
- MultiTargetingUtil.cs
- ProxyBuilder.cs
- KeyGestureValueSerializer.cs
- ManipulationDelta.cs
- OutputWindow.cs
- MediaContext.cs
- FixedDocumentSequencePaginator.cs
- Globals.cs
- PeerInvitationResponse.cs
- TextPattern.cs
- ReadOnlyDictionary.cs
- RectAnimationBase.cs
- XamlDesignerSerializationManager.cs
- UpdatePanelTrigger.cs
- FormViewUpdatedEventArgs.cs
- DecoderExceptionFallback.cs
- RuntimeHandles.cs
- BoundConstants.cs
- ValidatingPropertiesEventArgs.cs
- RuntimeEnvironment.cs
- EventListener.cs
- FixedSOMFixedBlock.cs
- DataGridColumnEventArgs.cs