Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CacheForPrimitiveTypes.cs
- Transactions.cs
- ProtocolViolationException.cs
- TemplateKey.cs
- CellLabel.cs
- ProcessInputEventArgs.cs
- FusionWrap.cs
- TrackPointCollection.cs
- WindowProviderWrapper.cs
- XmlValueConverter.cs
- DecoderFallback.cs
- DiscreteKeyFrames.cs
- XamlFigureLengthSerializer.cs
- QilLiteral.cs
- BamlRecordHelper.cs
- ChooseAction.cs
- Metafile.cs
- HtmlValidatorAdapter.cs
- FtpCachePolicyElement.cs
- GridViewColumnHeader.cs
- ObjectCacheSettings.cs
- UdpTransportBindingElement.cs
- IdentityManager.cs
- CounterCreationData.cs
- BaseServiceProvider.cs
- SecurityRuntime.cs
- ReceiveContextCollection.cs
- ServiceOperationWrapper.cs
- BoundsDrawingContextWalker.cs
- ReadOnlyCollectionBuilder.cs
- AuthenticatingEventArgs.cs
- DomainUpDown.cs
- HtmlProps.cs
- ReadOnlyCollection.cs
- CompensationHandlingFilter.cs
- Library.cs
- UrlMappingsSection.cs
- TableTextElementCollectionInternal.cs
- ErrorInfoXmlDocument.cs
- SimpleApplicationHost.cs
- Int16AnimationUsingKeyFrames.cs
- StreamHelper.cs
- FormsAuthenticationCredentials.cs
- XmlEntity.cs
- PrivilegeNotHeldException.cs
- HtmlTableCell.cs
- MailWebEventProvider.cs
- Stack.cs
- IRCollection.cs
- HttpVersion.cs
- WorkflowEventArgs.cs
- DbProviderFactoriesConfigurationHandler.cs
- CompilerCollection.cs
- InternalUserCancelledException.cs
- CursorInteropHelper.cs
- TemplateNodeContextMenu.cs
- SystemIPv6InterfaceProperties.cs
- RealizationDrawingContextWalker.cs
- ThreadExceptionEvent.cs
- DelegateSerializationHolder.cs
- MasterPage.cs
- CultureMapper.cs
- CustomTypeDescriptor.cs
- SmiMetaData.cs
- SmtpTransport.cs
- VectorValueSerializer.cs
- DefaultDiscoveryService.cs
- XmlIncludeAttribute.cs
- FrameworkContentElement.cs
- SplashScreenNativeMethods.cs
- WebResourceAttribute.cs
- WebControlParameterProxy.cs
- WsatTransactionFormatter.cs
- PrintPreviewControl.cs
- AllowedAudienceUriElement.cs
- Util.cs
- MetadataCache.cs
- OrderingQueryOperator.cs
- XpsFilter.cs
- EntityDataSourceChangedEventArgs.cs
- DrawingCollection.cs
- XmlValueConverter.cs
- FamilyTypefaceCollection.cs
- ToolStripMenuItemDesigner.cs
- ReceiveErrorHandling.cs
- BamlResourceSerializer.cs
- ExpressionBuilderContext.cs
- SerializableAttribute.cs
- ComplexLine.cs
- CompilationUtil.cs
- ValidationErrorEventArgs.cs
- BuildProvidersCompiler.cs
- SchemaImporterExtensionElement.cs
- PolicyAssertionCollection.cs
- ScaleTransform3D.cs
- ListViewTableRow.cs
- DocumentGrid.cs
- ApplicationSecurityInfo.cs
- AliasGenerator.cs
- SoundPlayer.cs