Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / QuestionEventArgs.cs / 1305376 / QuestionEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; using System.ComponentModel; ////// /// public class QuestionEventArgs : EventArgs { private bool response; ////// /// public QuestionEventArgs() { this.response = false; } ////// /// public QuestionEventArgs(bool response) { this.response = response; } ////// /// public bool Response { get { return this.response; } set { this.response = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; using System.ComponentModel; ////// /// public class QuestionEventArgs : EventArgs { private bool response; ////// /// public QuestionEventArgs() { this.response = false; } ////// /// public QuestionEventArgs(bool response) { this.response = response; } ////// /// public bool Response { get { return this.response; } set { this.response = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- APCustomTypeDescriptor.cs
- Subtree.cs
- UIElementPropertyUndoUnit.cs
- IndexedEnumerable.cs
- ActivationWorker.cs
- XXXOnTypeBuilderInstantiation.cs
- PropertyState.cs
- AsyncCompletedEventArgs.cs
- ProxyAttribute.cs
- BuildProviderAppliesToAttribute.cs
- ExpressionBuilderContext.cs
- DataViewManager.cs
- DragCompletedEventArgs.cs
- XmlSchemaValidationException.cs
- SafeHandles.cs
- ApplyHostConfigurationBehavior.cs
- TemplatePagerField.cs
- UniqueConstraint.cs
- BatchStream.cs
- HtmlTitle.cs
- RegexCaptureCollection.cs
- ToolStripDropDownClosedEventArgs.cs
- Attributes.cs
- Compress.cs
- RowUpdatedEventArgs.cs
- MarkupCompilePass2.cs
- RowTypeElement.cs
- PackUriHelper.cs
- HtmlTableRowCollection.cs
- PreviewPrintController.cs
- ToolStripCollectionEditor.cs
- MemberRestriction.cs
- PersistChildrenAttribute.cs
- VirtualPathProvider.cs
- SqlDependency.cs
- ContentOperations.cs
- DataGridViewSelectedCellCollection.cs
- X509ScopedServiceCertificateElement.cs
- CategoryNameCollection.cs
- TimeIntervalCollection.cs
- SerializationObjectManager.cs
- XmlTextWriter.cs
- SQLResource.cs
- HttpUnhandledOperationInvoker.cs
- WsatExtendedInformation.cs
- ParameterCollection.cs
- TraceLog.cs
- IgnoreSection.cs
- SchemaElementDecl.cs
- _Events.cs
- EntityDesignerBuildProvider.cs
- RuntimeHandles.cs
- CustomValidator.cs
- Merger.cs
- TextOnlyOutput.cs
- DetailsViewDeleteEventArgs.cs
- CommunicationException.cs
- MouseGesture.cs
- SQlBooleanStorage.cs
- BounceEase.cs
- PreviewControlDesigner.cs
- ClientFormsAuthenticationCredentials.cs
- OverflowException.cs
- SHA1CryptoServiceProvider.cs
- ServiceCredentials.cs
- XPathParser.cs
- SendMailErrorEventArgs.cs
- AspCompat.cs
- ItemContainerPattern.cs
- DataTemplateSelector.cs
- ExpressionBindings.cs
- Cursors.cs
- ListViewSortEventArgs.cs
- BooleanExpr.cs
- VisualStyleElement.cs
- EventProviderBase.cs
- FolderBrowserDialog.cs
- XmlEntity.cs
- GridViewPageEventArgs.cs
- DataPointer.cs
- TouchesOverProperty.cs
- Storyboard.cs
- DispatcherHookEventArgs.cs
- ScriptHandlerFactory.cs
- TabRenderer.cs
- PixelShader.cs
- Evaluator.cs
- SizeConverter.cs
- Message.cs
- XslCompiledTransform.cs
- WindowsAuthenticationModule.cs
- QueryStringParameter.cs
- CompressedStack.cs
- Stopwatch.cs
- WebPartConnectionsDisconnectVerb.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- FixedSOMPage.cs
- MarkupCompiler.cs
- PathNode.cs
- MessageQueueConverter.cs