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
- CheckBoxStandardAdapter.cs
- WebPartDisplayModeCollection.cs
- ListItem.cs
- HtmlInputImage.cs
- TextEditorContextMenu.cs
- _NestedSingleAsyncResult.cs
- AttributeProviderAttribute.cs
- ReferencedCollectionType.cs
- TypeElement.cs
- XPathScanner.cs
- SqlDataSourceEnumerator.cs
- CryptoApi.cs
- SqlGatherProducedAliases.cs
- FontSizeConverter.cs
- ChannelSinkStacks.cs
- HMAC.cs
- WMIInterop.cs
- WebPartConnectionsCancelEventArgs.cs
- BitmapEffectGeneralTransform.cs
- PackWebRequestFactory.cs
- Expressions.cs
- UIPermission.cs
- MemberDescriptor.cs
- MoveSizeWinEventHandler.cs
- CornerRadius.cs
- ToolboxItemWrapper.cs
- LinearQuaternionKeyFrame.cs
- PointCollection.cs
- DefaultValueAttribute.cs
- URLIdentityPermission.cs
- URLString.cs
- ToolStripDesignerAvailabilityAttribute.cs
- TimeSpanOrInfiniteValidator.cs
- PasswordRecoveryAutoFormat.cs
- ObjectQueryProvider.cs
- DataFormats.cs
- ByteStorage.cs
- PointHitTestParameters.cs
- DataRow.cs
- StaticTextPointer.cs
- AdministrationHelpers.cs
- MD5HashHelper.cs
- GAC.cs
- Sequence.cs
- NeutralResourcesLanguageAttribute.cs
- util.cs
- DiscoveryMessageSequenceGenerator.cs
- Atom10FormatterFactory.cs
- DataPagerFieldCollection.cs
- WaitHandle.cs
- EncoderReplacementFallback.cs
- ListViewItemMouseHoverEvent.cs
- SectionInput.cs
- XmlSchemaSimpleTypeUnion.cs
- DiscoveryClientReferences.cs
- AsymmetricSecurityProtocolFactory.cs
- IDReferencePropertyAttribute.cs
- TripleDES.cs
- RoleService.cs
- WebControl.cs
- UserValidatedEventArgs.cs
- BmpBitmapEncoder.cs
- RegistryPermission.cs
- TriState.cs
- SqlDeflator.cs
- AppDomainFactory.cs
- NegotiateStream.cs
- ColorAnimationUsingKeyFrames.cs
- TextParagraph.cs
- SmtpNtlmAuthenticationModule.cs
- OutputScope.cs
- RuntimeIdentifierPropertyAttribute.cs
- RichTextBox.cs
- XmlIterators.cs
- SqlTopReducer.cs
- ChangePassword.cs
- _NetworkingPerfCounters.cs
- RegisterResponseInfo.cs
- COAUTHINFO.cs
- ChineseLunisolarCalendar.cs
- TemplateField.cs
- DbConnectionStringBuilder.cs
- ClientScriptManager.cs
- ExpressionVisitorHelpers.cs
- processwaithandle.cs
- SafeSecurityHandles.cs
- TraceLevelStore.cs
- LinkLabel.cs
- DynamicDiscoveryDocument.cs
- XPathScanner.cs
- XmlSchemaValidationException.cs
- CustomExpressionEventArgs.cs
- TcpTransportSecurityElement.cs
- StyleHelper.cs
- State.cs
- RenderDataDrawingContext.cs
- Win32PrintDialog.cs
- Brush.cs
- ThrowHelper.cs
- IntSecurity.cs