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
- ReachSerializer.cs
- OdbcEnvironment.cs
- XmlArrayItemAttributes.cs
- GorillaCodec.cs
- FieldToken.cs
- Control.cs
- ReadOnlyHierarchicalDataSourceView.cs
- FlowLayoutPanel.cs
- LowerCaseStringConverter.cs
- LineInfo.cs
- RowVisual.cs
- SingleTagSectionHandler.cs
- VerifyHashRequest.cs
- RuleRef.cs
- WasHttpHandlersInstallComponent.cs
- UIAgentInitializationException.cs
- Int32.cs
- SystemIPGlobalStatistics.cs
- FieldToken.cs
- ActivityBindForm.cs
- PassportAuthenticationModule.cs
- ListDictionary.cs
- IncrementalReadDecoders.cs
- MetabaseServerConfig.cs
- AesCryptoServiceProvider.cs
- MeshGeometry3D.cs
- FixedPageProcessor.cs
- OleDbEnumerator.cs
- TypeToTreeConverter.cs
- sqlmetadatafactory.cs
- OleDbConnection.cs
- PageAdapter.cs
- SchemaAttDef.cs
- AssemblyAssociatedContentFileAttribute.cs
- RegexEditorDialog.cs
- Assembly.cs
- XmlRawWriterWrapper.cs
- altserialization.cs
- Point3DIndependentAnimationStorage.cs
- XsltQilFactory.cs
- SQLMoney.cs
- CTreeGenerator.cs
- SemanticResultKey.cs
- QueryUtil.cs
- RuntimeHelpers.cs
- DynamicUpdateCommand.cs
- InputLangChangeEvent.cs
- PrintDialogException.cs
- BamlRecordReader.cs
- ClientSettingsSection.cs
- TdsParserSafeHandles.cs
- GZipStream.cs
- HwndStylusInputProvider.cs
- ShaderEffect.cs
- precedingsibling.cs
- FixedSOMTextRun.cs
- EdmToObjectNamespaceMap.cs
- ChtmlFormAdapter.cs
- WebEventCodes.cs
- WebPartExportVerb.cs
- TaskScheduler.cs
- SqlRewriteScalarSubqueries.cs
- EntitySqlQueryCacheKey.cs
- CheckBox.cs
- BitmapEffectInput.cs
- PenThread.cs
- WebPartAddingEventArgs.cs
- ContentPosition.cs
- dbdatarecord.cs
- EntityObject.cs
- ILGenerator.cs
- WindowsTitleBar.cs
- XmlSchemaExternal.cs
- PenContexts.cs
- LinqDataSourceInsertEventArgs.cs
- SqlConnectionString.cs
- ImageMap.cs
- QueryGeneratorBase.cs
- WindowsScrollBar.cs
- SQLMembershipProvider.cs
- XamlPointCollectionSerializer.cs
- KeyValuePairs.cs
- MenuBindingsEditorForm.cs
- FieldDescriptor.cs
- SessionParameter.cs
- XmlSerializationWriter.cs
- ProgressPage.cs
- CheckedListBox.cs
- NameScope.cs
- XamlReader.cs
- AnimationClock.cs
- NamedPipeWorkerProcess.cs
- XmlBinaryReaderSession.cs
- SelectionProviderWrapper.cs
- LocatorBase.cs
- SoapRpcServiceAttribute.cs
- GridView.cs
- EmptyStringExpandableObjectConverter.cs
- InkCanvasSelection.cs
- WrappedIUnknown.cs