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
- XmlCodeExporter.cs
- InkSerializer.cs
- UTF7Encoding.cs
- cookiecontainer.cs
- GeneralTransform3D.cs
- WindowVisualStateTracker.cs
- NativeObjectSecurity.cs
- BufferedReadStream.cs
- DataSourceXmlSerializer.cs
- MILUtilities.cs
- PageCatalogPart.cs
- AuthorizationRuleCollection.cs
- DateTimeOffsetConverter.cs
- GatewayIPAddressInformationCollection.cs
- QilIterator.cs
- SystemParameters.cs
- MessageBox.cs
- DataView.cs
- propertytag.cs
- SchemaType.cs
- XPathSelectionIterator.cs
- Listbox.cs
- XmlSchemaDatatype.cs
- DrawingAttributesDefaultValueFactory.cs
- LoginUtil.cs
- BrowserTree.cs
- MetabaseSettings.cs
- FileSystemInfo.cs
- WebPartsPersonalizationAuthorization.cs
- SvcFileManager.cs
- ChannelTraceRecord.cs
- X509Certificate2Collection.cs
- DataKeyArray.cs
- DesignerVerb.cs
- MemoryMappedView.cs
- RPIdentityRequirement.cs
- ImageFormatConverter.cs
- safex509handles.cs
- SettingsPropertyCollection.cs
- ObjectAssociationEndMapping.cs
- PersonalizationStateQuery.cs
- DataSourceControlBuilder.cs
- ToolStripPanel.cs
- CqlGenerator.cs
- LeafCellTreeNode.cs
- LocatorGroup.cs
- tooltip.cs
- InfoCardCryptoHelper.cs
- WriteTimeStream.cs
- CodeVariableReferenceExpression.cs
- StateBag.cs
- DecoderFallback.cs
- Regex.cs
- QuaternionAnimationUsingKeyFrames.cs
- MouseGestureConverter.cs
- Util.cs
- OleDbCommand.cs
- SHA384.cs
- DataGridViewButtonColumn.cs
- BindingValueChangedEventArgs.cs
- MultiSelector.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- TextBoxBase.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- WizardForm.cs
- StructuralType.cs
- DeviceSpecificDialogCachedState.cs
- TextDecoration.cs
- StreamInfo.cs
- ToolStripDropDownItem.cs
- Triangle.cs
- TraceHwndHost.cs
- RemoteWebConfigurationHostServer.cs
- PeerEndPoint.cs
- BeginSelectCardRequest.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- XmlStringTable.cs
- X509SecurityTokenAuthenticator.cs
- DataGridViewIntLinkedList.cs
- IndependentAnimationStorage.cs
- LayoutTableCell.cs
- InfoCardConstants.cs
- SiteMap.cs
- WorkflowItemPresenter.cs
- SvcFileManager.cs
- AuthorizationRuleCollection.cs
- RawContentTypeMapper.cs
- FlowLayoutSettings.cs
- ComponentTray.cs
- EventLogRecord.cs
- LinkedResourceCollection.cs
- InfoCardXmlSerializer.cs
- HtmlShim.cs
- RemoveStoryboard.cs
- TimeStampChecker.cs
- ColumnCollection.cs
- DashStyle.cs
- XmlIlTypeHelper.cs
- BitConverter.cs
- DocumentViewer.cs