Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FigureParagraph.cs
- DataViewManager.cs
- ConsoleKeyInfo.cs
- LocalTransaction.cs
- GlobalEventManager.cs
- RequestSecurityToken.cs
- UnsafeNativeMethods.cs
- OutputCacheSection.cs
- _AutoWebProxyScriptEngine.cs
- DebugView.cs
- DataSourceCache.cs
- StrokeCollectionConverter.cs
- ModulesEntry.cs
- BitmapFrameEncode.cs
- MediaPlayer.cs
- ObjectDataSourceView.cs
- ControlLocalizer.cs
- TemplateXamlTreeBuilder.cs
- XmlSchemaAll.cs
- HttpHeaderCollection.cs
- AncillaryOps.cs
- EventLogTraceListener.cs
- HashHelper.cs
- TransformGroup.cs
- IriParsingElement.cs
- RotateTransform3D.cs
- RegistryPermission.cs
- Journal.cs
- NetworkInformationPermission.cs
- ThreadStaticAttribute.cs
- DrawingCollection.cs
- WSSecurityPolicy11.cs
- Light.cs
- StrokeNodeEnumerator.cs
- ObjectSet.cs
- XmlSchemaImport.cs
- FontInfo.cs
- SelectionRange.cs
- MeasureData.cs
- LongValidatorAttribute.cs
- TimeStampChecker.cs
- EntitySqlException.cs
- SearchForVirtualItemEventArgs.cs
- ObjectComplexPropertyMapping.cs
- Thickness.cs
- AlphaSortedEnumConverter.cs
- SaveWorkflowCommand.cs
- BinaryWriter.cs
- TraceLevelStore.cs
- DataTable.cs
- CodeIndexerExpression.cs
- SubpageParaClient.cs
- TimeoutHelper.cs
- DataGridViewCellParsingEventArgs.cs
- ConfigPathUtility.cs
- Type.cs
- SQLGuidStorage.cs
- BindingExpressionUncommonField.cs
- KnowledgeBase.cs
- BuilderPropertyEntry.cs
- EncryptedXml.cs
- BasicViewGenerator.cs
- ILGenerator.cs
- FamilyTypefaceCollection.cs
- Int32Storage.cs
- connectionpool.cs
- TraceHandlerErrorFormatter.cs
- ResourceBinder.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- TextServicesHost.cs
- MetadataHelper.cs
- SqlRemoveConstantOrderBy.cs
- TimerElapsedEvenArgs.cs
- UniqueConstraint.cs
- Stack.cs
- EndCreateSecurityTokenRequest.cs
- SqlDataSourceCache.cs
- TraceListener.cs
- StreamInfo.cs
- DataGrid.cs
- ConfigXmlSignificantWhitespace.cs
- TableColumnCollection.cs
- DbDataRecord.cs
- RelatedEnd.cs
- TreeNodeCollection.cs
- DefaultSection.cs
- FactoryGenerator.cs
- UnmanagedMemoryStreamWrapper.cs
- ArgumentNullException.cs
- Bidi.cs
- PropertyTab.cs
- DecimalConstantAttribute.cs
- WorkflowViewManager.cs
- AttributeSetAction.cs
- validationstate.cs
- SqlInternalConnectionSmi.cs
- PropertyState.cs
- HttpFileCollectionBase.cs
- OutKeywords.cs
- SR.cs