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
- IListConverters.cs
- NetNamedPipeBindingElement.cs
- AttributedMetaModel.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- EncryptedReference.cs
- GatewayIPAddressInformationCollection.cs
- RouteValueExpressionBuilder.cs
- DataViewManager.cs
- PageClientProxyGenerator.cs
- CodeIdentifiers.cs
- SecurityVerifiedMessage.cs
- MarginsConverter.cs
- FilteredAttributeCollection.cs
- ObjectDisposedException.cs
- RepeatButtonAutomationPeer.cs
- SpecialFolderEnumConverter.cs
- RuleAction.cs
- XPathScanner.cs
- ConnectionProviderAttribute.cs
- InvokeGenerator.cs
- Vector.cs
- PageBuildProvider.cs
- WebPartsPersonalizationAuthorization.cs
- GradientBrush.cs
- UInt16Converter.cs
- XDRSchema.cs
- ContextQuery.cs
- TreeView.cs
- HttpWriter.cs
- PagerStyle.cs
- EntityDataSourceChangedEventArgs.cs
- LinkedResource.cs
- OracleCommandBuilder.cs
- Wizard.cs
- TextDecoration.cs
- CheckBoxAutomationPeer.cs
- ReliabilityContractAttribute.cs
- ProjectionCamera.cs
- Internal.cs
- ListViewDeletedEventArgs.cs
- ListDictionary.cs
- XmlSchemaSubstitutionGroup.cs
- ApplicationActivator.cs
- XmlCustomFormatter.cs
- Color.cs
- ServicePointManagerElement.cs
- DataGridViewRowsAddedEventArgs.cs
- DefaultIfEmptyQueryOperator.cs
- ParserExtension.cs
- AddInControllerImpl.cs
- NamespaceMapping.cs
- shaper.cs
- TextBoxBase.cs
- CodeTypeReferenceCollection.cs
- JsonEnumDataContract.cs
- RegionData.cs
- SmiContextFactory.cs
- XmlNamespaceDeclarationsAttribute.cs
- RequestCachePolicyConverter.cs
- FormattedText.cs
- SimpleWorkerRequest.cs
- bidPrivateBase.cs
- OperatingSystem.cs
- ConnectionString.cs
- BamlWriter.cs
- XmlSchemaSimpleContentExtension.cs
- CorrelationToken.cs
- BulletedListEventArgs.cs
- Int64Storage.cs
- PolicyManager.cs
- TextEditorTyping.cs
- ConnectionInterfaceCollection.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- AbsoluteQuery.cs
- GlyphsSerializer.cs
- TrackingQuery.cs
- BooleanStorage.cs
- MetadataArtifactLoaderComposite.cs
- GraphicsContainer.cs
- ModulesEntry.cs
- XmlArrayAttribute.cs
- ListBox.cs
- CommandHelpers.cs
- QueryLifecycle.cs
- DataGridBoolColumn.cs
- XmlIlVisitor.cs
- ViewSimplifier.cs
- XmlBinaryReader.cs
- ContourSegment.cs
- StrokeNode.cs
- DataServiceKeyAttribute.cs
- ExpressionVisitor.cs
- Peer.cs
- SemaphoreFullException.cs
- EdmComplexPropertyAttribute.cs
- FormViewCommandEventArgs.cs
- NullableBoolConverter.cs
- EntityContainerRelationshipSetEnd.cs
- MenuAutomationPeer.cs
- BadImageFormatException.cs