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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KeyedQueue.cs
- XamlReader.cs
- ThreadInterruptedException.cs
- __Error.cs
- GridEntryCollection.cs
- ActivityValidationServices.cs
- AppDomainManager.cs
- Dump.cs
- Utils.cs
- Calendar.cs
- UnsafeNativeMethodsCLR.cs
- LockingPersistenceProvider.cs
- XmlComplianceUtil.cs
- XamlTreeBuilder.cs
- UndirectedGraph.cs
- SiteMapSection.cs
- UnmanagedHandle.cs
- DataGridColumnHeader.cs
- DataGridViewIntLinkedList.cs
- ArgumentValue.cs
- OneWayBindingElement.cs
- CodeDomLoader.cs
- FocusTracker.cs
- Utility.cs
- MailSettingsSection.cs
- Animatable.cs
- KnownBoxes.cs
- Receive.cs
- UpdateExpressionVisitor.cs
- KeyNotFoundException.cs
- Group.cs
- RemoteAsymmetricSignatureFormatter.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- recordstatefactory.cs
- ProcessMessagesAsyncResult.cs
- ValidatorCompatibilityHelper.cs
- CodeSubDirectoriesCollection.cs
- Tag.cs
- ResourceExpressionBuilder.cs
- TransportBindingElementImporter.cs
- WebPartHeaderCloseVerb.cs
- TypeDescriptor.cs
- PropertyState.cs
- Models.cs
- SimpleApplicationHost.cs
- TypographyProperties.cs
- StringBlob.cs
- NavigationProperty.cs
- PageContent.cs
- ObjectFullSpanRewriter.cs
- WindowsStartMenu.cs
- MenuAutomationPeer.cs
- SqlErrorCollection.cs
- DigitShape.cs
- TraceListeners.cs
- SpnEndpointIdentity.cs
- XmlDataSource.cs
- IsolatedStorageException.cs
- CqlQuery.cs
- BufferedGraphicsManager.cs
- ObjectStateFormatter.cs
- ListMarkerLine.cs
- InfoCardSymmetricAlgorithm.cs
- RelatedView.cs
- IdlingCommunicationPool.cs
- ZoomPercentageConverter.cs
- IconConverter.cs
- Hashtable.cs
- AppearanceEditorPart.cs
- TemplateBuilder.cs
- ColorConvertedBitmapExtension.cs
- PtsHelper.cs
- Trigger.cs
- UIServiceHelper.cs
- FloaterParaClient.cs
- RuntimeArgumentHandle.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- httpstaticobjectscollection.cs
- TimeStampChecker.cs
- HtmlCalendarAdapter.cs
- TransactionFlowOption.cs
- CodeAttributeArgumentCollection.cs
- DesignerImageAdapter.cs
- Repeater.cs
- COM2EnumConverter.cs
- MemoryStream.cs
- ToolStripMenuItemDesigner.cs
- XmlNullResolver.cs
- DocobjHost.cs
- ListParaClient.cs
- ExeConfigurationFileMap.cs
- CompilerGlobalScopeAttribute.cs
- CollectionViewGroupInternal.cs
- Paragraph.cs
- ProcessModelInfo.cs
- MessageQueuePermissionEntry.cs
- SafeTimerHandle.cs
- ImageClickEventArgs.cs
- InternalTransaction.cs
- ItemCollection.cs