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
- XmlSchemaExporter.cs
- MemberExpressionHelper.cs
- MarkupCompilePass2.cs
- TextProperties.cs
- ByeMessage11.cs
- StrokeSerializer.cs
- DispatcherProcessingDisabled.cs
- SoapParser.cs
- BooleanFacetDescriptionElement.cs
- FixedStringLookup.cs
- SqlBuffer.cs
- EmptyStringExpandableObjectConverter.cs
- MailAddressCollection.cs
- AliasGenerator.cs
- ActiveXContainer.cs
- GenerateScriptTypeAttribute.cs
- UnaryNode.cs
- ProxyWebPart.cs
- GradientStopCollection.cs
- Attribute.cs
- StringWriter.cs
- EventDescriptor.cs
- TrustLevel.cs
- DataColumnMapping.cs
- InternalSendMessage.cs
- RelationshipDetailsRow.cs
- HwndHostAutomationPeer.cs
- ItemDragEvent.cs
- ZipIOExtraFieldElement.cs
- EntityDataSourceSelectedEventArgs.cs
- AVElementHelper.cs
- Rotation3DAnimationBase.cs
- FlowLayoutSettings.cs
- ContextStack.cs
- FontSource.cs
- CurrentTimeZone.cs
- StoragePropertyMapping.cs
- LocatorGroup.cs
- SecurityPermission.cs
- PersonalizationEntry.cs
- IndexingContentUnit.cs
- ComNativeDescriptor.cs
- SchemaTableOptionalColumn.cs
- Int32Rect.cs
- WebEventTraceProvider.cs
- HttpSessionStateBase.cs
- SafeNativeMemoryHandle.cs
- HttpDebugHandler.cs
- VisualBasicValue.cs
- TreeNodeBinding.cs
- ContextMenuService.cs
- StrongNameMembershipCondition.cs
- SubMenuStyle.cs
- MimeWriter.cs
- ExceptionValidationRule.cs
- ButtonDesigner.cs
- PointConverter.cs
- ConversionContext.cs
- UpdateCompiler.cs
- X500Name.cs
- XmlUnspecifiedAttribute.cs
- Size.cs
- ToolStripSettings.cs
- RolePrincipal.cs
- SQLUtility.cs
- TextBoxLine.cs
- TextTreeTextElementNode.cs
- FlowDecisionDesigner.xaml.cs
- SoapReflectionImporter.cs
- SafeRegistryKey.cs
- SmtpDigestAuthenticationModule.cs
- LocalIdKeyIdentifierClause.cs
- CodeSubDirectory.cs
- AllowedAudienceUriElement.cs
- CharConverter.cs
- ExternalFile.cs
- DiscoveryReference.cs
- PropertyItem.cs
- DataGridGeneralPage.cs
- EntityDataSourceReferenceGroup.cs
- SiteMapSection.cs
- XmlSchemaSubstitutionGroup.cs
- TcpAppDomainProtocolHandler.cs
- EnumerableValidator.cs
- SvcMapFile.cs
- DataGridViewSelectedCellCollection.cs
- HtmlInputReset.cs
- DataRowChangeEvent.cs
- VectorAnimationBase.cs
- SkinBuilder.cs
- APCustomTypeDescriptor.cs
- ViewUtilities.cs
- Rotation3D.cs
- LocalValueEnumerator.cs
- TableParagraph.cs
- DetailsView.cs
- cookie.cs
- DataGridColumnsPage.cs
- TextSchema.cs
- XmlCharacterData.cs