Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TextTreeNode.cs
- RequiredAttributeAttribute.cs
- FlowDocumentScrollViewer.cs
- XmlNamespaceManager.cs
- xml.cs
- XmlLinkedNode.cs
- errorpatternmatcher.cs
- BaseTemplateBuildProvider.cs
- ArraySegment.cs
- RenderData.cs
- PersonalizableAttribute.cs
- PathHelper.cs
- LoginUtil.cs
- InvalidPropValue.cs
- QueryLifecycle.cs
- DropSource.cs
- OutputCacheModule.cs
- WindowsAuthenticationModule.cs
- WebServiceTypeData.cs
- Transform3D.cs
- DayRenderEvent.cs
- PagePropertiesChangingEventArgs.cs
- WebSysDefaultValueAttribute.cs
- TraceContextRecord.cs
- DropDownButton.cs
- KeysConverter.cs
- BaseDataListActionList.cs
- Logging.cs
- CompModSwitches.cs
- StringOutput.cs
- ItemList.cs
- SHA256.cs
- IndependentAnimationStorage.cs
- DashStyle.cs
- ConfigurationLocation.cs
- FixedFindEngine.cs
- SyndicationDeserializer.cs
- XmlWriterTraceListener.cs
- TdsParserHelperClasses.cs
- SeverityFilter.cs
- TextFormatterHost.cs
- NextPreviousPagerField.cs
- _DigestClient.cs
- COAUTHIDENTITY.cs
- FileRecordSequenceCompletedAsyncResult.cs
- IIS7UserPrincipal.cs
- UserNameSecurityTokenParameters.cs
- DbUpdateCommandTree.cs
- ToolStripProgressBar.cs
- CodeNamespaceImportCollection.cs
- peersecurityelement.cs
- SecureUICommand.cs
- parserscommon.cs
- XmlSchemaSet.cs
- RelatedImageListAttribute.cs
- BezierSegment.cs
- TypeForwardedToAttribute.cs
- DrawingImage.cs
- ResolveNameEventArgs.cs
- HierarchicalDataSourceControl.cs
- ManifestResourceInfo.cs
- ActivityValidationServices.cs
- ChildrenQuery.cs
- BamlResourceContent.cs
- FunctionParameter.cs
- RuleSetDialog.cs
- KnownColorTable.cs
- PtsContext.cs
- PropertyGrid.cs
- DateTimeUtil.cs
- DataRelation.cs
- WorkerRequest.cs
- SqlBooleanMismatchVisitor.cs
- CacheChildrenQuery.cs
- GroupItemAutomationPeer.cs
- CryptoConfig.cs
- SqlProviderServices.cs
- OneWayChannelFactory.cs
- mediapermission.cs
- InternalTypeHelper.cs
- SecurityManager.cs
- Journaling.cs
- RootProfilePropertySettingsCollection.cs
- TryCatchDesigner.xaml.cs
- SettingsPropertyValueCollection.cs
- TabControlEvent.cs
- XPathArrayIterator.cs
- MessageDecoder.cs
- RequestUriProcessor.cs
- GridViewColumnCollectionChangedEventArgs.cs
- WindowManager.cs
- SqlTypesSchemaImporter.cs
- LinqDataSourceContextEventArgs.cs
- DictionaryEntry.cs
- MsmqInputChannelListener.cs
- SubMenuStyleCollection.cs
- SqlNodeAnnotation.cs
- LeftCellWrapper.cs
- Timer.cs
- DetailsViewDeleteEventArgs.cs