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
- TargetInvocationException.cs
- SqlFunctionAttribute.cs
- FormClosedEvent.cs
- DateTimeOffsetConverter.cs
- HighContrastHelper.cs
- BitVec.cs
- TraceRecords.cs
- ToolStripItemTextRenderEventArgs.cs
- ConditionalAttribute.cs
- ConfigXmlComment.cs
- CheckableControlBaseAdapter.cs
- WindowsFormsSectionHandler.cs
- ThemeDirectoryCompiler.cs
- TimeoutConverter.cs
- PageVisual.cs
- Classification.cs
- WindowsListViewGroupHelper.cs
- IPGlobalProperties.cs
- SystemIPGlobalProperties.cs
- FontInfo.cs
- CheckBox.cs
- ArrayHelper.cs
- BamlResourceSerializer.cs
- SessionStateItemCollection.cs
- PartitionResolver.cs
- _NestedSingleAsyncResult.cs
- ProfileGroupSettingsCollection.cs
- SchemaSetCompiler.cs
- GradientStopCollection.cs
- EntityTemplateUserControl.cs
- EncoderParameters.cs
- DelayLoadType.cs
- querybuilder.cs
- BindingExpression.cs
- EntryIndex.cs
- LocalizableAttribute.cs
- DockPanel.cs
- TextTrailingWordEllipsis.cs
- PropertyFilterAttribute.cs
- SharedPersonalizationStateInfo.cs
- DescendantQuery.cs
- PickBranchDesigner.xaml.cs
- ObjectItemConventionAssemblyLoader.cs
- DateTimeConstantAttribute.cs
- ClientTargetSection.cs
- ClientConfigurationSystem.cs
- RelativeSource.cs
- GridViewSortEventArgs.cs
- NonSerializedAttribute.cs
- XPathMessageFilter.cs
- XmlHierarchicalEnumerable.cs
- AssemblyResolver.cs
- AutomationPattern.cs
- CodeCatchClause.cs
- ConstructorBuilder.cs
- ContainerUtilities.cs
- EnumMemberAttribute.cs
- ProfileInfo.cs
- Single.cs
- PeerPresenceInfo.cs
- Partitioner.cs
- WebEvents.cs
- InputScope.cs
- xmlglyphRunInfo.cs
- ResourceKey.cs
- PartialCachingAttribute.cs
- SpeechDetectedEventArgs.cs
- ProfileSettingsCollection.cs
- ArraySubsetEnumerator.cs
- HttpWebResponse.cs
- DocumentViewer.cs
- AtomMaterializer.cs
- QueryCacheManager.cs
- RegexCompiler.cs
- Set.cs
- ModuleConfigurationInfo.cs
- SystemColorTracker.cs
- SchemaAttDef.cs
- RuntimeVariablesExpression.cs
- SystemColors.cs
- FixedSOMTableCell.cs
- FaultBookmark.cs
- DataGridColumnCollection.cs
- ConstraintManager.cs
- XmlIlTypeHelper.cs
- DefaultValueAttribute.cs
- ByeOperation11AsyncResult.cs
- EventManager.cs
- XmlSerializer.cs
- TableColumnCollection.cs
- UdpDuplexChannel.cs
- MultipleViewPatternIdentifiers.cs
- DebugView.cs
- BasicViewGenerator.cs
- CipherData.cs
- FormParameter.cs
- DateTimeOffset.cs
- GeometryModel3D.cs
- QilExpression.cs
- XhtmlBasicObjectListAdapter.cs