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
- SourceFileInfo.cs
- BuildManagerHost.cs
- VisualTreeHelper.cs
- WindowsRichEditRange.cs
- ServiceHostingEnvironment.cs
- PolyBezierSegmentFigureLogic.cs
- MainMenu.cs
- AlgoModule.cs
- RoutedPropertyChangedEventArgs.cs
- TreeNodeCollection.cs
- _ConnectStream.cs
- BrushMappingModeValidation.cs
- CatalogZone.cs
- DataSpaceManager.cs
- DynamicDocumentPaginator.cs
- TargetException.cs
- StreamWriter.cs
- BlobPersonalizationState.cs
- StylusPlugin.cs
- DetailsViewDeletedEventArgs.cs
- MessageFormatterConverter.cs
- RepeatBehaviorConverter.cs
- DeviceFiltersSection.cs
- CodeTypeMember.cs
- GenericsInstances.cs
- PrintDialogException.cs
- thaishape.cs
- DataSourceConverter.cs
- ColumnClickEvent.cs
- Transform3D.cs
- BevelBitmapEffect.cs
- ButtonBaseAdapter.cs
- HttpGetServerProtocol.cs
- TypeUsageBuilder.cs
- TableLayoutPanelCellPosition.cs
- XmlSchemaRedefine.cs
- GridProviderWrapper.cs
- TableCellAutomationPeer.cs
- BrowserDefinition.cs
- ConfigurationLocationCollection.cs
- TemplateControlParser.cs
- PerspectiveCamera.cs
- FigureHelper.cs
- DefaultBinder.cs
- SerializationInfo.cs
- TrustLevel.cs
- EntityContainerRelationshipSetEnd.cs
- SqlPersonalizationProvider.cs
- GifBitmapDecoder.cs
- ToolStripDropDownClosingEventArgs.cs
- SchemaImporterExtensionElement.cs
- EntityCommandDefinition.cs
- BrowserCapabilitiesCompiler.cs
- FigureHelper.cs
- ActivityDesignerHelper.cs
- DriveNotFoundException.cs
- XmlTypeMapping.cs
- XmlSchemaCompilationSettings.cs
- FontCollection.cs
- SchemaAttDef.cs
- SoapCodeExporter.cs
- SqlRetyper.cs
- XmlSerializableWriter.cs
- GridView.cs
- Font.cs
- CheckoutException.cs
- assertwrapper.cs
- UInt64.cs
- MediaContextNotificationWindow.cs
- DiscoveryOperationContext.cs
- ChtmlCommandAdapter.cs
- TypeCacheManager.cs
- ListBoxAutomationPeer.cs
- ListViewItemEventArgs.cs
- TriggerActionCollection.cs
- Int16.cs
- ConnectionPoolManager.cs
- Int32Animation.cs
- ObjectFullSpanRewriter.cs
- Msmq.cs
- EnglishPluralizationService.cs
- isolationinterop.cs
- EncoderNLS.cs
- CustomErrorsSection.cs
- TransformPattern.cs
- EventLogReader.cs
- RootProfilePropertySettingsCollection.cs
- WindowsTooltip.cs
- ILGenerator.cs
- EmbeddedMailObjectsCollection.cs
- XPathBinder.cs
- NamedPipeProcessProtocolHandler.cs
- UrlMapping.cs
- DoubleAnimationUsingKeyFrames.cs
- ConstructorNeedsTagAttribute.cs
- AutomationProperty.cs
- SQLDateTimeStorage.cs
- TraceContext.cs
- IndexOutOfRangeException.cs
- PartialCachingAttribute.cs