Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / QuestionEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XamlGridLengthSerializer.cs
- XmlSchemaCompilationSettings.cs
- StaticTextPointer.cs
- SoapEnvelopeProcessingElement.cs
- FilteredDataSetHelper.cs
- VariantWrapper.cs
- SoapBinding.cs
- _NegotiateClient.cs
- WebPartCatalogCloseVerb.cs
- RequestCacheEntry.cs
- WebContext.cs
- XmlEntity.cs
- ToolboxDataAttribute.cs
- ForwardPositionQuery.cs
- SafeFileHandle.cs
- WebMessageEncodingElement.cs
- StrokeRenderer.cs
- FormViewUpdateEventArgs.cs
- DbFunctionCommandTree.cs
- LocationSectionRecord.cs
- XmlSchemaExporter.cs
- SoapExtensionImporter.cs
- Listbox.cs
- OwnerDrawPropertyBag.cs
- UriTemplateVariableQueryValue.cs
- WebConfigurationManager.cs
- CompilerInfo.cs
- SortFieldComparer.cs
- BreakSafeBase.cs
- Point3D.cs
- XmlSiteMapProvider.cs
- DataGridViewAccessibleObject.cs
- StateRuntime.cs
- RowCache.cs
- NotifyCollectionChangedEventArgs.cs
- ViewCellSlot.cs
- RegexMatch.cs
- _IPv4Address.cs
- QueryResult.cs
- TreeWalker.cs
- contentDescriptor.cs
- Border.cs
- ColumnWidthChangingEvent.cs
- NavigationEventArgs.cs
- ResXResourceWriter.cs
- UserNamePasswordValidationMode.cs
- MediaPlayer.cs
- XXXInfos.cs
- InvalidStoreProtectionKeyException.cs
- XmlUtilWriter.cs
- SqlDataSourceQueryConverter.cs
- LicenseException.cs
- ColorAnimationUsingKeyFrames.cs
- DispatcherExceptionFilterEventArgs.cs
- MissingManifestResourceException.cs
- IdnMapping.cs
- ExpressionsCollectionEditor.cs
- SemaphoreSecurity.cs
- RegexFCD.cs
- TextEditorSpelling.cs
- ProcessHost.cs
- BinaryReader.cs
- FixedSOMTableCell.cs
- GeometryConverter.cs
- SubpageParagraph.cs
- Ticks.cs
- Roles.cs
- StringKeyFrameCollection.cs
- DBSqlParserColumn.cs
- BaseDataBoundControl.cs
- ConfigurationValidatorAttribute.cs
- WebPartsPersonalization.cs
- OciLobLocator.cs
- TextTreeExtractElementUndoUnit.cs
- PointLightBase.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- BufferedStream.cs
- CacheSection.cs
- ContainerVisual.cs
- DropDownButton.cs
- safemediahandle.cs
- Listbox.cs
- BitmapFrameDecode.cs
- ProjectionPruner.cs
- AssociationSetEnd.cs
- XomlCompiler.cs
- DBConnectionString.cs
- Cursor.cs
- FixedDocument.cs
- CodeBlockBuilder.cs
- LinkConverter.cs
- handlecollector.cs
- ManagementPath.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- OleAutBinder.cs
- XPathAxisIterator.cs
- X509CertificateCollection.cs
- ComponentEvent.cs
- WebPartZoneBase.cs
- AppSettingsSection.cs