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
- AnnotationComponentManager.cs
- NavigationProperty.cs
- Processor.cs
- QilStrConcat.cs
- _BasicClient.cs
- TypeConverterValueSerializer.cs
- SectionXmlInfo.cs
- ClientSession.cs
- RawStylusActions.cs
- DetailsViewDeletedEventArgs.cs
- EntryIndex.cs
- EventHandlers.cs
- RangeContentEnumerator.cs
- FieldToken.cs
- DocumentSchemaValidator.cs
- ToolStripPanelCell.cs
- CroppedBitmap.cs
- SplitterPanelDesigner.cs
- DateTime.cs
- WebPartConnectVerb.cs
- MailMessageEventArgs.cs
- DelegateSerializationHolder.cs
- SystemNetworkInterface.cs
- GridEntry.cs
- ExpressionPrefixAttribute.cs
- UniformGrid.cs
- ComponentDispatcherThread.cs
- Attributes.cs
- TypeUsageBuilder.cs
- TriggerActionCollection.cs
- XmlNodeChangedEventArgs.cs
- PropVariant.cs
- ImpersonateTokenRef.cs
- HorizontalAlignConverter.cs
- ObjectSet.cs
- UriTemplateTable.cs
- Int16AnimationUsingKeyFrames.cs
- ServiceEndpointElement.cs
- CollectionEditor.cs
- FileEnumerator.cs
- RectAnimationBase.cs
- CompiledIdentityConstraint.cs
- DocumentOrderQuery.cs
- ViewValidator.cs
- NullRuntimeConfig.cs
- AncillaryOps.cs
- MetadataProperty.cs
- GroupAggregateExpr.cs
- FixedPosition.cs
- GenerateScriptTypeAttribute.cs
- DateTimeStorage.cs
- HostedHttpContext.cs
- JulianCalendar.cs
- Base64Decoder.cs
- XmlCharType.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- RecognizedAudio.cs
- ApplicationManager.cs
- AstNode.cs
- ADMembershipUser.cs
- DocumentViewerHelper.cs
- Point3D.cs
- RadioButtonList.cs
- SplitterCancelEvent.cs
- DeploymentSectionCache.cs
- BinHexDecoder.cs
- LeaseManager.cs
- ZipFileInfo.cs
- XomlCompilerError.cs
- ToolStripGrip.cs
- ReadOnlyDataSource.cs
- WebControl.cs
- ArrayHelper.cs
- BaseInfoTable.cs
- UseAttributeSetsAction.cs
- RSAOAEPKeyExchangeDeformatter.cs
- x509store.cs
- TriggerCollection.cs
- DecoderBestFitFallback.cs
- SmuggledIUnknown.cs
- SimpleType.cs
- LinkTarget.cs
- FrameworkElement.cs
- FixedDocumentPaginator.cs
- CheckedPointers.cs
- PerformanceCounterManager.cs
- SmtpAuthenticationManager.cs
- Mappings.cs
- FixedPosition.cs
- MeshGeometry3D.cs
- SpeechSeg.cs
- MSG.cs
- DelayLoadType.cs
- WorkflowViewService.cs
- UrlAuthorizationModule.cs
- Stackframe.cs
- ThreadStateException.cs
- FormatSettings.cs
- DescriptionCreator.cs
- XmlSchemaSubstitutionGroup.cs