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
- WorkflowDesigner.cs
- MarkupProperty.cs
- PathSegmentCollection.cs
- DataException.cs
- Mappings.cs
- OrderPreservingSpoolingTask.cs
- ControlPaint.cs
- HTMLTagNameToTypeMapper.cs
- PrintDialog.cs
- DataSourceHelper.cs
- CustomSignedXml.cs
- FactorySettingsElement.cs
- XamlFigureLengthSerializer.cs
- Animatable.cs
- HebrewNumber.cs
- SqlDataSourceConnectionPanel.cs
- coordinatorfactory.cs
- EmptyStringExpandableObjectConverter.cs
- GridViewColumnHeaderAutomationPeer.cs
- JobPageOrder.cs
- GradientStopCollection.cs
- XmlDeclaration.cs
- SerializationEventsCache.cs
- UIInitializationException.cs
- MLangCodePageEncoding.cs
- CompletionCallbackWrapper.cs
- AppendHelper.cs
- CodeLinePragma.cs
- BufferedMessageData.cs
- ParameterCollectionEditor.cs
- EventDescriptor.cs
- OutputCacheSettings.cs
- DropShadowEffect.cs
- QilCloneVisitor.cs
- DataListItemCollection.cs
- GradientBrush.cs
- MessageDecoder.cs
- Token.cs
- ButtonFlatAdapter.cs
- SerialPinChanges.cs
- ListBoxChrome.cs
- Stopwatch.cs
- CompoundFileStreamReference.cs
- MetadataSource.cs
- DateTimeOffset.cs
- ConstrainedDataObject.cs
- LocalizableAttribute.cs
- CatalogZone.cs
- PenThreadPool.cs
- TextSerializer.cs
- PageBuildProvider.cs
- PerspectiveCamera.cs
- PackageDigitalSignature.cs
- FileUtil.cs
- WebExceptionStatus.cs
- RemotingConfigParser.cs
- _SingleItemRequestCache.cs
- PointAnimationUsingPath.cs
- Choices.cs
- MatrixConverter.cs
- StandardTransformFactory.cs
- webclient.cs
- XmlResolver.cs
- TypeConverterHelper.cs
- WebPartEditorApplyVerb.cs
- MenuItemAutomationPeer.cs
- XamlToRtfParser.cs
- ColorBlend.cs
- TypeUtils.cs
- HttpResponse.cs
- MobilePage.cs
- ConfigXmlElement.cs
- OdbcCommandBuilder.cs
- StreamingContext.cs
- ApplicationHost.cs
- FigureHelper.cs
- WebPartPersonalization.cs
- TextElementCollectionHelper.cs
- DataBinding.cs
- SendKeys.cs
- EntityProviderFactory.cs
- LinqDataView.cs
- ControlDesignerState.cs
- TextChangedEventArgs.cs
- invalidudtexception.cs
- BitFlagsGenerator.cs
- RequestTimeoutManager.cs
- FixedSOMImage.cs
- CommonBehaviorsSection.cs
- BStrWrapper.cs
- CodeTypeReferenceCollection.cs
- StreamInfo.cs
- ReflectTypeDescriptionProvider.cs
- BevelBitmapEffect.cs
- ExecutionEngineException.cs
- X509Extension.cs
- WsdlInspector.cs
- ValidationSummary.cs
- XmlSerializableReader.cs
- SslStreamSecurityElement.cs