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
- Visual3D.cs
- FusionWrap.cs
- EventWaitHandle.cs
- EntryIndex.cs
- GcHandle.cs
- AspNetSynchronizationContext.cs
- DocumentApplicationState.cs
- ScrollProperties.cs
- Rijndael.cs
- LocalizationComments.cs
- ContextQuery.cs
- PropertyManager.cs
- VirtualPathUtility.cs
- RoleManagerEventArgs.cs
- DispatcherProcessingDisabled.cs
- StyleTypedPropertyAttribute.cs
- EventRouteFactory.cs
- LexicalChunk.cs
- FileFormatException.cs
- Visual.cs
- SoapEnumAttribute.cs
- ValidationEventArgs.cs
- EpmContentDeSerializerBase.cs
- JavaScriptObjectDeserializer.cs
- ToolStripDesignerAvailabilityAttribute.cs
- GestureRecognitionResult.cs
- TextProperties.cs
- CodeNamespaceCollection.cs
- SmtpReplyReader.cs
- DataGridViewCell.cs
- GroupBox.cs
- Root.cs
- MasterPage.cs
- DisplayInformation.cs
- CellParaClient.cs
- EdmComplexPropertyAttribute.cs
- UdpConstants.cs
- QueryStringParameter.cs
- Hyperlink.cs
- GlyphRunDrawing.cs
- CompiledXpathExpr.cs
- AlignmentYValidation.cs
- ExtenderProvidedPropertyAttribute.cs
- ToolbarAUtomationPeer.cs
- Operand.cs
- JoinCqlBlock.cs
- URLIdentityPermission.cs
- RankException.cs
- AmbientValueAttribute.cs
- QueryCursorEventArgs.cs
- XslCompiledTransform.cs
- ReleaseInstanceMode.cs
- Page.cs
- AssemblyAttributesGoHere.cs
- HtmlInputFile.cs
- CacheChildrenQuery.cs
- AsyncCompletedEventArgs.cs
- DocumentPaginator.cs
- RelationshipSet.cs
- XamlPoint3DCollectionSerializer.cs
- AddInServer.cs
- PropertyEmitter.cs
- ClientFormsIdentity.cs
- GroupItem.cs
- _MultipleConnectAsync.cs
- CompilerState.cs
- RequestQueue.cs
- DocumentPageView.cs
- BuildManagerHost.cs
- CodeAttributeArgument.cs
- TemplateControlCodeDomTreeGenerator.cs
- PipeException.cs
- TextBoxBase.cs
- InstanceCreationEditor.cs
- DataGridClipboardCellContent.cs
- NetworkInformationException.cs
- CustomErrorsSection.cs
- XmlNodeComparer.cs
- ContractBase.cs
- DocumentReferenceCollection.cs
- SpecialFolderEnumConverter.cs
- ResetableIterator.cs
- SafeEventLogWriteHandle.cs
- WhereQueryOperator.cs
- IdleTimeoutMonitor.cs
- PackageDigitalSignature.cs
- LinkedList.cs
- ResourceReader.cs
- DataServiceExpressionVisitor.cs
- WmlSelectionListAdapter.cs
- HttpListenerResponse.cs
- MasterPage.cs
- parserscommon.cs
- URLMembershipCondition.cs
- WebPartConnectionsConfigureVerb.cs
- StringStorage.cs
- FileDialog.cs
- XmlSchemaRedefine.cs
- ReferenceConverter.cs
- DateBoldEvent.cs