Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripDropDownClosedEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlLangPropertyAttribute.cs
- HtmlInputReset.cs
- FixedSOMSemanticBox.cs
- httpserverutility.cs
- PenThreadPool.cs
- StringDictionary.cs
- TextBoxBase.cs
- PreviousTrackingServiceAttribute.cs
- AutomationPattern.cs
- Permission.cs
- HttpContextServiceHost.cs
- Grid.cs
- XmlSchemaChoice.cs
- HttpModuleCollection.cs
- KeyTime.cs
- AccessorTable.cs
- TableLayoutRowStyleCollection.cs
- DataDocumentXPathNavigator.cs
- PathBox.cs
- ReadOnlyTernaryTree.cs
- BlockCollection.cs
- XmlIlGenerator.cs
- SetIndexBinder.cs
- PerfCounters.cs
- GridViewDeletedEventArgs.cs
- SamlSecurityToken.cs
- Assert.cs
- JsonQueryStringConverter.cs
- EntityCollection.cs
- ExplicitDiscriminatorMap.cs
- path.cs
- HighlightOverlayGlyph.cs
- ElementNotEnabledException.cs
- HttpCapabilitiesEvaluator.cs
- SystemIcons.cs
- RecordsAffectedEventArgs.cs
- WeakKeyDictionary.cs
- IsolatedStorageFile.cs
- Matrix3DConverter.cs
- WebPartZoneCollection.cs
- XmlAttribute.cs
- StringOutput.cs
- TextFormatter.cs
- RegexGroupCollection.cs
- RubberbandSelector.cs
- BoolExpression.cs
- LocationSectionRecord.cs
- SiteMapNodeItem.cs
- MessageQueueException.cs
- PrimitiveType.cs
- DesignerProperties.cs
- SapiAttributeParser.cs
- FileDialogCustomPlace.cs
- TextFormattingConverter.cs
- CellRelation.cs
- COAUTHIDENTITY.cs
- TrustLevel.cs
- FileUtil.cs
- XmlAttributeProperties.cs
- CompilerError.cs
- AutoResizedEvent.cs
- Frame.cs
- BooleanKeyFrameCollection.cs
- RenameRuleObjectDialog.cs
- GlyphingCache.cs
- SizeChangedEventArgs.cs
- ProgressBarBrushConverter.cs
- RowBinding.cs
- webbrowsersite.cs
- RelationshipType.cs
- HTMLTagNameToTypeMapper.cs
- BookmarkUndoUnit.cs
- ReadOnlyActivityGlyph.cs
- OdbcConnectionStringbuilder.cs
- JoinCqlBlock.cs
- SrgsDocumentParser.cs
- DbBuffer.cs
- DocumentPageViewAutomationPeer.cs
- ServiceBuildProvider.cs
- ResourcePermissionBaseEntry.cs
- SqlDependency.cs
- SubpageParaClient.cs
- SwitchAttribute.cs
- DeferrableContent.cs
- OrderedDictionary.cs
- ImplicitInputBrush.cs
- SynchronousChannelMergeEnumerator.cs
- DependencyObject.cs
- VerticalAlignConverter.cs
- InvariantComparer.cs
- WorkflowFileItem.cs
- ThreadSafeList.cs
- Shared.cs
- DataSourceXmlTextReader.cs
- DbConnectionOptions.cs
- SoapIgnoreAttribute.cs
- AbstractSvcMapFileLoader.cs
- ADConnectionHelper.cs
- SafeCryptoHandles.cs
- CryptoConfig.cs