Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- MsmqIntegrationAppDomainProtocolHandler.cs
- login.cs
- XamlParser.cs
- CodeDOMUtility.cs
- Font.cs
- ScriptBehaviorDescriptor.cs
- UseLicense.cs
- WebZoneDesigner.cs
- PropertyMap.cs
- DesignerUtils.cs
- ProgressBarAutomationPeer.cs
- StylusCollection.cs
- QuadraticBezierSegment.cs
- TypeLibraryHelper.cs
- RoleGroupCollection.cs
- WebZone.cs
- WsdlInspector.cs
- SafeProcessHandle.cs
- TextMarkerSource.cs
- TypedReference.cs
- SafeSecurityHandles.cs
- TogglePattern.cs
- MsdtcClusterUtils.cs
- SubclassTypeValidatorAttribute.cs
- TextEditorSelection.cs
- XmlUTF8TextReader.cs
- ToolStripItemImageRenderEventArgs.cs
- UidManager.cs
- DiscoveryClientChannelFactory.cs
- RSACryptoServiceProvider.cs
- TextContainerChangedEventArgs.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- AuthenticateEventArgs.cs
- SiteMapDataSource.cs
- OptimalTextSource.cs
- InstanceLockException.cs
- TextInfo.cs
- TextLineResult.cs
- ObjectIDGenerator.cs
- ReadOnlyMetadataCollection.cs
- CriticalHandle.cs
- NativeMethods.cs
- ServiceInfo.cs
- PropertyGridEditorPart.cs
- ResolveMatchesCD1.cs
- C14NUtil.cs
- ValueExpressions.cs
- ISessionStateStore.cs
- CodeNamespace.cs
- PersonalizationProviderCollection.cs
- XmlSchemaImporter.cs
- BufferedWebEventProvider.cs
- DependencyPropertyHelper.cs
- Highlights.cs
- XmlSchemaElement.cs
- QuotaExceededException.cs
- SystemIcmpV6Statistics.cs
- PictureBox.cs
- ObjectTag.cs
- DataGridViewAutoSizeModeEventArgs.cs
- SchemaImporter.cs
- WindowsAuthenticationModule.cs
- QueryPageSettingsEventArgs.cs
- BamlTreeUpdater.cs
- NameHandler.cs
- MenuTracker.cs
- CircleHotSpot.cs
- UrlPath.cs
- CombinedGeometry.cs
- PropertyEntry.cs
- TargetInvocationException.cs
- BypassElement.cs
- Pts.cs
- StringDictionary.cs
- ArraySet.cs
- PackagingUtilities.cs
- unsafeIndexingFilterStream.cs
- DataServiceClientException.cs
- ListItemParagraph.cs
- X509ChainElement.cs
- Int64Storage.cs
- ResetableIterator.cs
- RegisteredDisposeScript.cs
- FixedNode.cs
- Authorization.cs
- ViewValidator.cs
- NullableLongSumAggregationOperator.cs
- WebPartUserCapability.cs
- METAHEADER.cs
- ScriptingWebServicesSectionGroup.cs
- Popup.cs
- HttpListenerPrefixCollection.cs
- DetailsViewInsertEventArgs.cs
- SecurityUtils.cs
- Walker.cs
- SimpleHandlerBuildProvider.cs
- SplineQuaternionKeyFrame.cs
- ShapingWorkspace.cs
- MenuItemCollection.cs
- VectorAnimation.cs