Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / ExitEventArgs.cs / 1 / ExitEventArgs.cs
//---------------------------------------------------------------------------- // File: ExitEventArgs.cs // // Copyright (C) 2004 by Microsoft Corporation. All rights reserved. // // Description: // This event will be called after Shutdown has been called. // // The developer will hook this event if they want to take action // when the application exits. // // History: // 08/10/04: [....] Moved out of Application.cs to its own separate file. // 05/09/05: [....] Created ExitEventArgs.cs and renamed ShuttingDownEventArgs // to ExitEventArgs // //--------------------------------------------------------------------------- namespace System.Windows { ////// Event args for the Exit event /// public class ExitEventArgs : EventArgs { internal int _exitCode; ////// constructor /// internal ExitEventArgs(int exitCode) { _exitCode = exitCode; } ////// Get and set the exit code to be returned by this application /// public int ApplicationExitCode { get { return _exitCode; } set { _exitCode = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IndicCharClassifier.cs
- WindowsFormsHelpers.cs
- DocumentViewerBaseAutomationPeer.cs
- UrlPath.cs
- AssociatedControlConverter.cs
- SoapHeaderException.cs
- PrintController.cs
- SchemaRegistration.cs
- PostBackTrigger.cs
- KeyConstraint.cs
- GradientStopCollection.cs
- XmlSchemaCollection.cs
- Context.cs
- ControlUtil.cs
- EtwProvider.cs
- BinaryParser.cs
- SessionStateSection.cs
- DrawingImage.cs
- UserControl.cs
- SoapUnknownHeader.cs
- CookielessHelper.cs
- DispatchWrapper.cs
- HttpResponseHeader.cs
- cookie.cs
- CapabilitiesRule.cs
- DesignerObjectListAdapter.cs
- ConfigurationElement.cs
- IResourceProvider.cs
- RegexMatch.cs
- ReadOnlyDictionary.cs
- XmlSchemaFacet.cs
- TimelineGroup.cs
- WebPartPersonalization.cs
- TypePropertyEditor.cs
- Dictionary.cs
- FixUpCollection.cs
- ToolStripGrip.cs
- BulletedList.cs
- StringAnimationBase.cs
- OletxResourceManager.cs
- AutomationElementIdentifiers.cs
- _SslState.cs
- ComAdminInterfaces.cs
- DictionaryChange.cs
- _NegotiateClient.cs
- DisplayMemberTemplateSelector.cs
- DataControlCommands.cs
- DocumentSequence.cs
- OverflowException.cs
- ManagedFilter.cs
- XmlConvert.cs
- ActivitySurrogateSelector.cs
- LinkClickEvent.cs
- AsymmetricSignatureFormatter.cs
- ElementProxy.cs
- TrustManagerMoreInformation.cs
- MessageQueueKey.cs
- DefaultAssemblyResolver.cs
- AudioFileOut.cs
- CurrentChangingEventManager.cs
- ContainerControl.cs
- SourceItem.cs
- CompilerState.cs
- Restrictions.cs
- DocumentViewerAutomationPeer.cs
- EntityCommand.cs
- TraceContext.cs
- BitmapEffectInput.cs
- HMACRIPEMD160.cs
- CodeNamespaceImport.cs
- SpnEndpointIdentityExtension.cs
- _ShellExpression.cs
- BitVec.cs
- ThreadAttributes.cs
- AttributeCollection.cs
- MsmqMessage.cs
- SafeNativeMethods.cs
- WebException.cs
- JournalEntryStack.cs
- SqlDataSourceQueryConverter.cs
- ProviderException.cs
- LabelLiteral.cs
- TextServicesCompartmentEventSink.cs
- OleCmdHelper.cs
- ListViewEditEventArgs.cs
- WebBrowser.cs
- NgenServicingAttributes.cs
- ValidatingCollection.cs
- ArgIterator.cs
- ReadOnlyCollectionBase.cs
- RecordManager.cs
- Marshal.cs
- FixedTextBuilder.cs
- ToolStripPanel.cs
- sqlpipe.cs
- HttpStaticObjectsCollectionBase.cs
- HashMembershipCondition.cs
- ContainerParagraph.cs
- FlowDocumentScrollViewer.cs
- documentsequencetextcontainer.cs