Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DeferredTextReference.cs
- ArrayConverter.cs
- Fx.cs
- QueryAsyncResult.cs
- SiteMapNodeItem.cs
- StrongNamePublicKeyBlob.cs
- MessageBox.cs
- BoundField.cs
- XmlSerializableServices.cs
- Component.cs
- PeerResolverElement.cs
- OleDbCommand.cs
- WebPartsPersonalizationAuthorization.cs
- DispatcherExceptionFilterEventArgs.cs
- Preprocessor.cs
- AdapterUtil.cs
- CachedBitmap.cs
- ObjectCloneHelper.cs
- DiscardableAttribute.cs
- xmlfixedPageInfo.cs
- CodeMethodReturnStatement.cs
- CompiledXpathExpr.cs
- ValidationSummary.cs
- OutputBuffer.cs
- XPathAncestorQuery.cs
- GenericRootAutomationPeer.cs
- SemanticResultValue.cs
- DocumentEventArgs.cs
- CssStyleCollection.cs
- MenuItemBinding.cs
- DSGeneratorProblem.cs
- SslStream.cs
- TextRangeAdaptor.cs
- LinqDataSourceDisposeEventArgs.cs
- TrackingDataItemValue.cs
- SecurityTokenProvider.cs
- GeneralEndpointIdentity.cs
- Registry.cs
- HttpCacheVary.cs
- NewExpression.cs
- SplashScreen.cs
- AspNetRouteServiceHttpHandler.cs
- DesignerUtility.cs
- MembershipSection.cs
- XmlWrappingReader.cs
- PlatformCulture.cs
- CellIdBoolean.cs
- DataGridViewBindingCompleteEventArgs.cs
- InternalEnumValidator.cs
- ImageCreator.cs
- _ListenerResponseStream.cs
- CatalogPartCollection.cs
- ExtentKey.cs
- MediaTimeline.cs
- RegionInfo.cs
- MinMaxParagraphWidth.cs
- util.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- EditorAttribute.cs
- NameTable.cs
- SHA512.cs
- PersonalizationEntry.cs
- ApplicationActivator.cs
- InstallerTypeAttribute.cs
- RegexRunner.cs
- ServiceHttpHandlerFactory.cs
- SendMailErrorEventArgs.cs
- DesignerDeviceConfig.cs
- QuotedPairReader.cs
- MetadataProperty.cs
- Guid.cs
- XmlSerializer.cs
- RecognizerBase.cs
- autovalidator.cs
- RuntimeEnvironment.cs
- BooleanKeyFrameCollection.cs
- EventEntry.cs
- DataGridViewCellStyleChangedEventArgs.cs
- HwndTarget.cs
- NavigateUrlConverter.cs
- StringConverter.cs
- ProtocolsConfiguration.cs
- CancelEventArgs.cs
- OutputCacheProfileCollection.cs
- SQLDateTimeStorage.cs
- SafeMILHandle.cs
- RequestValidator.cs
- Content.cs
- InvalidCastException.cs
- CodeStatementCollection.cs
- _DigestClient.cs
- ListViewContainer.cs
- _LocalDataStore.cs
- LineInfo.cs
- Scripts.cs
- PseudoWebRequest.cs
- WebMessageEncodingBindingElement.cs
- ConnectionStringSettings.cs
- SelectionProviderWrapper.cs
- cookiecontainer.cs