Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / QuestionEventArgs.cs / 1 / 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
- FormsIdentity.cs
- QilStrConcatenator.cs
- FormatException.cs
- RTLAwareMessageBox.cs
- SizeKeyFrameCollection.cs
- MessageHeaderInfoTraceRecord.cs
- CompoundFileDeflateTransform.cs
- XamlSerializationHelper.cs
- LineProperties.cs
- BaseTemplateParser.cs
- CompiledQuery.cs
- SubpageParaClient.cs
- TextServicesHost.cs
- SQLInt64.cs
- webclient.cs
- KeyValueConfigurationCollection.cs
- XmlElementCollection.cs
- ReceiveActivityDesigner.cs
- PcmConverter.cs
- Interlocked.cs
- _SecureChannel.cs
- HtmlTableCell.cs
- BinaryUtilClasses.cs
- MappedMetaModel.cs
- BypassElement.cs
- TrailingSpaceComparer.cs
- MessageDecoder.cs
- SetStateEventArgs.cs
- WorkflowCreationContext.cs
- DbDeleteCommandTree.cs
- UnaryNode.cs
- NameScopePropertyAttribute.cs
- Column.cs
- RuntimeHelpers.cs
- UnicodeEncoding.cs
- SHA1CryptoServiceProvider.cs
- DataGridViewTextBoxColumn.cs
- HttpMethodAttribute.cs
- OrderingExpression.cs
- PriorityBinding.cs
- DataContext.cs
- ListView.cs
- ObjectAnimationUsingKeyFrames.cs
- HtmlInputControl.cs
- ListViewGroupCollectionEditor.cs
- LiteralTextContainerControlBuilder.cs
- DataGridViewCellCancelEventArgs.cs
- Symbol.cs
- BamlRecords.cs
- IsolatedStorage.cs
- TextBoxView.cs
- SqlBooleanizer.cs
- WebPartTransformerAttribute.cs
- AttachedAnnotation.cs
- EntityDesignerUtils.cs
- XmlQueryContext.cs
- SqlDataSourceCommandParser.cs
- Point3DKeyFrameCollection.cs
- SqlCrossApplyToCrossJoin.cs
- QueryCursorEventArgs.cs
- XmlCompatibilityReader.cs
- Socket.cs
- DBCommand.cs
- WebBrowserUriTypeConverter.cs
- MediaCommands.cs
- TrustSection.cs
- CounterCreationData.cs
- HealthMonitoringSection.cs
- BuildProvider.cs
- X509ChainPolicy.cs
- DrawingCollection.cs
- SID.cs
- DataChangedEventManager.cs
- DebugInfoGenerator.cs
- NodeInfo.cs
- HostedTcpTransportManager.cs
- BasePattern.cs
- CodeTypeMemberCollection.cs
- EdmProviderManifest.cs
- SharedPerformanceCounter.cs
- DataGridHeaderBorder.cs
- TypefaceCollection.cs
- RangeBaseAutomationPeer.cs
- SiteMapNodeItemEventArgs.cs
- ObjectResult.cs
- JumpTask.cs
- MessageTraceRecord.cs
- SequentialOutput.cs
- QuaternionAnimation.cs
- TempEnvironment.cs
- ValidationEventArgs.cs
- ServicePoint.cs
- XmlTextReaderImpl.cs
- ScrollItemPattern.cs
- DataObjectEventArgs.cs
- CategoryAttribute.cs
- X509ChainPolicy.cs
- CounterCreationData.cs
- SqlRewriteScalarSubqueries.cs
- ListBase.cs