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
- BeginEvent.cs
- DataMemberConverter.cs
- KeyValueConfigurationElement.cs
- HandleRef.cs
- MemberDomainMap.cs
- ContextMenuAutomationPeer.cs
- BitmapData.cs
- ExpressionCopier.cs
- DupHandleConnectionReader.cs
- DirectoryRedirect.cs
- RawMouseInputReport.cs
- MissingManifestResourceException.cs
- PrinterUnitConvert.cs
- CaseStatementSlot.cs
- LoadRetryConstantStrategy.cs
- CrossContextChannel.cs
- WSTransactionSection.cs
- Polygon.cs
- AutoResetEvent.cs
- X509SecurityTokenProvider.cs
- DispatcherExceptionEventArgs.cs
- DesignerActionVerbList.cs
- SessionPageStateSection.cs
- FacetEnabledSchemaElement.cs
- ScriptResourceHandler.cs
- ChainOfResponsibility.cs
- SwitchElementsCollection.cs
- ContextActivityUtils.cs
- UriSectionReader.cs
- CustomCredentialPolicy.cs
- CfgParser.cs
- AppliedDeviceFiltersDialog.cs
- StringBlob.cs
- EntityDataSourceColumn.cs
- LinqExpressionNormalizer.cs
- LinqToSqlWrapper.cs
- ContentElement.cs
- ObjectCloneHelper.cs
- EmulateRecognizeCompletedEventArgs.cs
- TransformPattern.cs
- JulianCalendar.cs
- StdRegProviderWrapper.cs
- _IPv4Address.cs
- Light.cs
- PreloadHost.cs
- entityreference_tresulttype.cs
- FixedSOMPageElement.cs
- DynamicResourceExtensionConverter.cs
- UserPersonalizationStateInfo.cs
- DataControlButton.cs
- PanelStyle.cs
- AsyncContentLoadedEventArgs.cs
- DrawingBrush.cs
- ColumnMapTranslator.cs
- ObjectViewQueryResultData.cs
- QueryableDataSourceView.cs
- OdbcConnectionFactory.cs
- ListBoxChrome.cs
- DbParameterHelper.cs
- CancelAsyncOperationRequest.cs
- QilTargetType.cs
- TreeNodeEventArgs.cs
- transactioncontext.cs
- BinaryObjectReader.cs
- SimpleBitVector32.cs
- FileDialogCustomPlaces.cs
- Hash.cs
- IFlowDocumentViewer.cs
- HMACSHA512.cs
- EventProviderWriter.cs
- TextViewSelectionProcessor.cs
- PseudoWebRequest.cs
- UInt32.cs
- ActivityCompletionCallbackWrapper.cs
- MarkupExtensionParser.cs
- MessageFormatterConverter.cs
- MessageQueueException.cs
- Transform3D.cs
- BinHexDecoder.cs
- StructuredTypeInfo.cs
- ConfigXmlCDataSection.cs
- ClientFormsIdentity.cs
- DbMetaDataCollectionNames.cs
- TextBlockAutomationPeer.cs
- ServiceAppDomainAssociationProvider.cs
- SByteConverter.cs
- EntityProviderServices.cs
- ProcessModule.cs
- InfoCardSymmetricCrypto.cs
- VisualStyleRenderer.cs
- ProfessionalColors.cs
- CodeAttributeArgumentCollection.cs
- TrackingServices.cs
- ApplicationInterop.cs
- StandardCommands.cs
- ExtractorMetadata.cs
- TracingConnectionInitiator.cs
- ValidationRule.cs
- SiteMapDataSource.cs
- Inflater.cs