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 / ToolStripDropDownClosedEventArgs.cs / 1 / ToolStripDropDownClosedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; public class ToolStripDropDownClosedEventArgs : EventArgs { ToolStripDropDownCloseReason closeReason; public ToolStripDropDownClosedEventArgs(ToolStripDropDownCloseReason reason) { closeReason = reason; } public ToolStripDropDownCloseReason CloseReason { get { return closeReason; } } } } // 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.ComponentModel; public class ToolStripDropDownClosedEventArgs : EventArgs { ToolStripDropDownCloseReason closeReason; public ToolStripDropDownClosedEventArgs(ToolStripDropDownCloseReason reason) { closeReason = reason; } public ToolStripDropDownCloseReason CloseReason { get { return closeReason; } } } } // 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
- PropertyStore.cs
- _DomainName.cs
- UnsafeNativeMethods.cs
- GridViewSelectEventArgs.cs
- InfiniteTimeSpanConverter.cs
- ListItemViewAttribute.cs
- HwndHostAutomationPeer.cs
- _TimerThread.cs
- SqlProcedureAttribute.cs
- TimerEventSubscriptionCollection.cs
- Constants.cs
- GatewayIPAddressInformationCollection.cs
- OdbcConnection.cs
- _BasicClient.cs
- HtmlElementErrorEventArgs.cs
- MULTI_QI.cs
- GridViewPageEventArgs.cs
- TemplateBindingExpressionConverter.cs
- HorizontalAlignConverter.cs
- webeventbuffer.cs
- XmlnsCompatibleWithAttribute.cs
- BooleanConverter.cs
- PrintPreviewControl.cs
- Collection.cs
- ColumnClickEvent.cs
- ButtonFieldBase.cs
- EncoderNLS.cs
- ZipIOModeEnforcingStream.cs
- AuthenticationModulesSection.cs
- RelationshipConverter.cs
- MetadataCache.cs
- EventProxy.cs
- UnknownBitmapDecoder.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- PrintPreviewDialog.cs
- DataRecordInternal.cs
- SecurityStateEncoder.cs
- Application.cs
- AppDomainProtocolHandler.cs
- AnimationClockResource.cs
- ReflectionTypeLoadException.cs
- DispatchWrapper.cs
- CLRBindingWorker.cs
- IDReferencePropertyAttribute.cs
- TypeDelegator.cs
- Ray3DHitTestResult.cs
- OpenTypeLayoutCache.cs
- documentation.cs
- XsdBuildProvider.cs
- AssociationTypeEmitter.cs
- AnnotationResourceCollection.cs
- PipelineComponent.cs
- XmlDictionary.cs
- ConfigsHelper.cs
- InteropAutomationProvider.cs
- XPathArrayIterator.cs
- ExpressionEditorAttribute.cs
- CatalogPartCollection.cs
- TextEffectCollection.cs
- ListSourceHelper.cs
- BounceEase.cs
- ListViewInsertedEventArgs.cs
- DefaultShape.cs
- JsonFormatWriterGenerator.cs
- Operators.cs
- CodeDelegateCreateExpression.cs
- XmlSchemaSimpleContentRestriction.cs
- FreezableDefaultValueFactory.cs
- ContractHandle.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- HtmlInputText.cs
- CodeAssignStatement.cs
- ApplicationActivator.cs
- PathNode.cs
- CodeExpressionCollection.cs
- RowsCopiedEventArgs.cs
- RepeatInfo.cs
- XslTransform.cs
- RangeValidator.cs
- ScriptModule.cs
- BindingManagerDataErrorEventArgs.cs
- CryptoProvider.cs
- PingOptions.cs
- ResourcePermissionBaseEntry.cs
- Delay.cs
- ActivityInfo.cs
- FilterEventArgs.cs
- DynamicEndpointElement.cs
- PrimaryKeyTypeConverter.cs
- SoapExtension.cs
- ConfigurationCollectionAttribute.cs
- DeferredRunTextReference.cs
- ResolveMatchesMessage11.cs
- FillErrorEventArgs.cs
- SimplePropertyEntry.cs
- User.cs
- AutomationPatternInfo.cs
- StickyNoteAnnotations.cs
- ApplicationException.cs
- CounterSampleCalculator.cs