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
- StylusShape.cs
- StyleCollection.cs
- FieldAccessException.cs
- SspiSecurityToken.cs
- UriWriter.cs
- MembershipSection.cs
- Span.cs
- HuffCodec.cs
- RSAProtectedConfigurationProvider.cs
- GradientBrush.cs
- ResourceAssociationSetEnd.cs
- DrawListViewItemEventArgs.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- ReaderWriterLock.cs
- LessThanOrEqual.cs
- MembershipUser.cs
- ButtonBaseAutomationPeer.cs
- BreakRecordTable.cs
- UInt16Converter.cs
- Point3DConverter.cs
- InkPresenterAutomationPeer.cs
- RadialGradientBrush.cs
- HtmlInputRadioButton.cs
- GregorianCalendar.cs
- Pool.cs
- XmlBinaryReader.cs
- ArcSegment.cs
- SqlNodeTypeOperators.cs
- UrlRoutingHandler.cs
- BaseTreeIterator.cs
- BulletChrome.cs
- EntityDataSourceMemberPath.cs
- AsyncDataRequest.cs
- ToolboxItemLoader.cs
- TypeElementCollection.cs
- BrushConverter.cs
- VersionedStream.cs
- ObjectDataSourceStatusEventArgs.cs
- DataSpaceManager.cs
- PageBreakRecord.cs
- IncrementalCompileAnalyzer.cs
- ToolStripControlHost.cs
- DataColumnPropertyDescriptor.cs
- OleDbFactory.cs
- WmpBitmapEncoder.cs
- TextTreeUndoUnit.cs
- PrtTicket_Editor.cs
- Oid.cs
- NetworkInformationException.cs
- BinarySerializer.cs
- Int32CAMarshaler.cs
- DefaultEvaluationContext.cs
- SqlDataAdapter.cs
- HelpKeywordAttribute.cs
- Label.cs
- StateBag.cs
- UpdatePanelTriggerCollection.cs
- KeyboardNavigation.cs
- wmiprovider.cs
- WebPartConnectionsEventArgs.cs
- ContentPresenter.cs
- dbenumerator.cs
- UserControl.cs
- HostingEnvironment.cs
- FixedElement.cs
- Thread.cs
- XmlSchemaObjectTable.cs
- TdsParser.cs
- BezierSegment.cs
- ConfigXmlSignificantWhitespace.cs
- RawStylusActions.cs
- BaseDataBoundControl.cs
- ConstraintConverter.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- SqlCommand.cs
- ObjectConverter.cs
- SqlComparer.cs
- GridViewRowCollection.cs
- WebScriptMetadataFormatter.cs
- PresentationSource.cs
- PageRanges.cs
- IInstanceTable.cs
- EncodingInfo.cs
- RootProfilePropertySettingsCollection.cs
- BitmapEffectInput.cs
- MessageBox.cs
- GeneralTransformCollection.cs
- _ShellExpression.cs
- PartialList.cs
- XmlElementAttribute.cs
- DefaultValueTypeConverter.cs
- PerformanceCounterPermission.cs
- MemberPathMap.cs
- CollectionBase.cs
- webbrowsersite.cs
- RoleService.cs
- PropertyDescriptorComparer.cs
- LinqExpressionNormalizer.cs
- DesignerDataTable.cs
- AuthenticationModuleElement.cs