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
- FrameworkElementFactoryMarkupObject.cs
- NavigatorInput.cs
- LogicalTreeHelper.cs
- XhtmlMobileTextWriter.cs
- WindowsGraphicsWrapper.cs
- EnumConverter.cs
- ToolStripItemEventArgs.cs
- QilSortKey.cs
- StrokeNodeEnumerator.cs
- __TransparentProxy.cs
- SynchronizationLockException.cs
- PnrpPermission.cs
- XmlReflectionMember.cs
- DoWorkEventArgs.cs
- GlobalizationAssembly.cs
- PersistChildrenAttribute.cs
- Underline.cs
- PointAnimationUsingKeyFrames.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- EncoderReplacementFallback.cs
- PermissionListSet.cs
- JsonServiceDocumentSerializer.cs
- DataGridViewCellLinkedList.cs
- CellTreeNodeVisitors.cs
- Rectangle.cs
- ForwardPositionQuery.cs
- XPathBinder.cs
- CollectionChangedEventManager.cs
- DataGridViewCellEventArgs.cs
- SettingsBase.cs
- TemplateControlCodeDomTreeGenerator.cs
- AsyncResult.cs
- BuilderInfo.cs
- XmlTextReader.cs
- CompositeDispatchFormatter.cs
- DataGridViewButtonColumn.cs
- DiagnosticsConfigurationHandler.cs
- ColumnBinding.cs
- DayRenderEvent.cs
- ItemCollection.cs
- ServiceDefaults.cs
- WebControl.cs
- SqlUtil.cs
- LinkTarget.cs
- DesignerProperties.cs
- ParseChildrenAsPropertiesAttribute.cs
- DispatcherProcessingDisabled.cs
- DateTimeConstantAttribute.cs
- TraceContextEventArgs.cs
- MsmqInputSessionChannel.cs
- MediaEntryAttribute.cs
- precedingquery.cs
- MatrixAnimationUsingKeyFrames.cs
- DetailsView.cs
- ExtendedProtectionPolicy.cs
- SqlClientWrapperSmiStreamChars.cs
- DataGridColumnsPage.cs
- PhysicalFontFamily.cs
- PointLight.cs
- MessagingDescriptionAttribute.cs
- SqlParameterCollection.cs
- BamlStream.cs
- UIElementPropertyUndoUnit.cs
- EventSinkActivity.cs
- FormsAuthenticationEventArgs.cs
- HttpContext.cs
- RuntimeArgumentHandle.cs
- Timer.cs
- CustomTypeDescriptor.cs
- Solver.cs
- ListBoxAutomationPeer.cs
- CacheVirtualItemsEvent.cs
- FormViewModeEventArgs.cs
- HyperlinkAutomationPeer.cs
- PropertyValue.cs
- AllMembershipCondition.cs
- UpdateCompiler.cs
- PointAnimation.cs
- XmlDataImplementation.cs
- InsufficientMemoryException.cs
- DisplayInformation.cs
- SqlStatistics.cs
- HandlerWithFactory.cs
- SiteMapDesignerDataSourceView.cs
- FlowLayoutPanelDesigner.cs
- CfgRule.cs
- TrackingServices.cs
- SqlWebEventProvider.cs
- UtilityExtension.cs
- XmlSerializerNamespaces.cs
- PeerDuplexChannelListener.cs
- XmlChoiceIdentifierAttribute.cs
- DataGridViewCellLinkedList.cs
- SemaphoreSecurity.cs
- AsnEncodedData.cs
- WrapPanel.cs
- Int64KeyFrameCollection.cs
- SoapAttributeOverrides.cs
- SessionSwitchEventArgs.cs
- DataGridRowsPresenter.cs