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
- RenderDataDrawingContext.cs
- StructuralObject.cs
- TypeDescriptionProviderAttribute.cs
- RightsManagementEncryptionTransform.cs
- PassportAuthentication.cs
- SqlBulkCopyColumnMapping.cs
- RelationshipType.cs
- SchemaImporterExtensionElement.cs
- AggregatePushdown.cs
- FixedDSBuilder.cs
- ToolStripDesignerAvailabilityAttribute.cs
- UIElementIsland.cs
- ListManagerBindingsCollection.cs
- SingleObjectCollection.cs
- BitmapVisualManager.cs
- PageScaling.cs
- sqlinternaltransaction.cs
- SimpleHandlerFactory.cs
- CustomTypeDescriptor.cs
- UserControl.cs
- SurrogateEncoder.cs
- Query.cs
- InputScope.cs
- Light.cs
- BlobPersonalizationState.cs
- FixedFlowMap.cs
- HttpValueCollection.cs
- TextTreeInsertElementUndoUnit.cs
- LabelLiteral.cs
- HttpModulesSection.cs
- SqlServices.cs
- SchemaNotation.cs
- wgx_sdk_version.cs
- QueryableDataSourceEditData.cs
- DocumentationServerProtocol.cs
- MessageEnumerator.cs
- ShapingWorkspace.cs
- EditorPartChrome.cs
- WebPartConnectionsConnectVerb.cs
- SecurityHeaderLayout.cs
- FolderNameEditor.cs
- MergeFilterQuery.cs
- SmiContext.cs
- CuspData.cs
- BitmapScalingModeValidation.cs
- ClusterSafeNativeMethods.cs
- PasswordBoxAutomationPeer.cs
- UnsafeNativeMethods.cs
- SoundPlayerAction.cs
- PersonalizationProviderCollection.cs
- BindStream.cs
- MaskedTextBox.cs
- CompilerLocalReference.cs
- AdvancedBindingEditor.cs
- CompilationUtil.cs
- BevelBitmapEffect.cs
- DeobfuscatingStream.cs
- PackagePart.cs
- Vector3DValueSerializer.cs
- CompilerErrorCollection.cs
- DataGridViewCheckBoxColumn.cs
- AncestorChangedEventArgs.cs
- ColorTransform.cs
- TagPrefixAttribute.cs
- ProfileSettings.cs
- SafeNativeMethods.cs
- XamlSerializationHelper.cs
- DispatcherEventArgs.cs
- PersonalizationStateQuery.cs
- AssemblyInfo.cs
- DataGridViewTopLeftHeaderCell.cs
- PickBranch.cs
- EditorZoneBase.cs
- DictionaryBase.cs
- HttpResponseHeader.cs
- MethodExpression.cs
- OracleColumn.cs
- RestClientProxyHandler.cs
- OracleRowUpdatedEventArgs.cs
- SharedStatics.cs
- LongValidator.cs
- ContextQuery.cs
- SamlSubject.cs
- QueryExpr.cs
- ScriptComponentDescriptor.cs
- XmlReflectionImporter.cs
- ActivityContext.cs
- ExceptionCollection.cs
- MultipartIdentifier.cs
- HScrollProperties.cs
- SerializationStore.cs
- AccessorTable.cs
- WorkflowHostingEndpoint.cs
- DataListItem.cs
- SvcFileManager.cs
- EventEntry.cs
- DbConnectionPool.cs
- AsyncPostBackErrorEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- SmiGettersStream.cs