Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataPagerField.cs
- XmlValidatingReaderImpl.cs
- DataBinding.cs
- bidPrivateBase.cs
- TagMapCollection.cs
- PanelStyle.cs
- VariableQuery.cs
- AttributedMetaModel.cs
- PolyBezierSegment.cs
- HasCopySemanticsAttribute.cs
- FixedFlowMap.cs
- NonClientArea.cs
- XmlWellformedWriter.cs
- ListControlDesigner.cs
- EncryptedKey.cs
- SynchronizedDispatch.cs
- GlyphsSerializer.cs
- ImageMap.cs
- LogicalExpr.cs
- UnsignedPublishLicense.cs
- Renderer.cs
- ItemTypeToolStripMenuItem.cs
- ValuePattern.cs
- TaskDesigner.cs
- TableHeaderCell.cs
- FixedSOMSemanticBox.cs
- MaskDesignerDialog.cs
- FlowDocument.cs
- AnonymousIdentificationModule.cs
- MetabaseServerConfig.cs
- XmlParser.cs
- DefaultExpression.cs
- SelectionPattern.cs
- PagesSection.cs
- infer.cs
- SelectManyQueryOperator.cs
- MemoryMappedView.cs
- ExtendedPropertyDescriptor.cs
- FilterFactory.cs
- HtmlShimManager.cs
- CodeBlockBuilder.cs
- ReferencedAssembly.cs
- BroadcastEventHelper.cs
- XmlAnyElementAttributes.cs
- WebControlAdapter.cs
- UnsafeNativeMethods.cs
- DoubleConverter.cs
- XmlArrayAttribute.cs
- ToolStripDropTargetManager.cs
- CompositeDuplexElement.cs
- AuthenticationModuleElementCollection.cs
- ToolTip.cs
- ObjectItemAssemblyLoader.cs
- WindowsRichEditRange.cs
- DTCTransactionManager.cs
- HandledMouseEvent.cs
- TextContainerChangedEventArgs.cs
- PropertyEmitterBase.cs
- _NegoState.cs
- DictionaryKeyPropertyAttribute.cs
- ByteConverter.cs
- DataGridViewSelectedRowCollection.cs
- UIElement3DAutomationPeer.cs
- DataGridCommandEventArgs.cs
- SafeEventLogWriteHandle.cs
- _Win32.cs
- XmlElementCollection.cs
- UInt16Storage.cs
- NamespaceList.cs
- UshortList2.cs
- RotationValidation.cs
- InfiniteIntConverter.cs
- XmlSchemaAttribute.cs
- _PooledStream.cs
- Model3DGroup.cs
- MemberExpressionHelper.cs
- ToolStripLocationCancelEventArgs.cs
- PipelineModuleStepContainer.cs
- XmlNodeChangedEventManager.cs
- HuffmanTree.cs
- MutexSecurity.cs
- ObjectReaderCompiler.cs
- _UriSyntax.cs
- ItemCheckedEvent.cs
- ToolBar.cs
- FontClient.cs
- KeyEvent.cs
- Logging.cs
- FileLoadException.cs
- SynchronizingStream.cs
- Part.cs
- BuildResult.cs
- DateTimeSerializationSection.cs
- SiteMapProvider.cs
- ISAPIWorkerRequest.cs
- ProcessHostFactoryHelper.cs
- ReliabilityContractAttribute.cs
- CacheOutputQuery.cs
- safelink.cs
- PageAdapter.cs