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
- Byte.cs
- ConfigXmlWhitespace.cs
- HtmlInputCheckBox.cs
- PeerHelpers.cs
- WebHttpDispatchOperationSelector.cs
- SafeArrayTypeMismatchException.cs
- filewebresponse.cs
- MessageContractExporter.cs
- Rectangle.cs
- CreatingCookieEventArgs.cs
- MimeParameter.cs
- BaseAddressPrefixFilterElement.cs
- DataColumn.cs
- XPathNodeIterator.cs
- BindingNavigatorDesigner.cs
- RegistryPermission.cs
- Rotation3D.cs
- Function.cs
- WmlLinkAdapter.cs
- OpCopier.cs
- ProfileParameter.cs
- Vector3DAnimation.cs
- ContextBase.cs
- PhonemeConverter.cs
- RemotingException.cs
- OptimizedTemplateContent.cs
- CodeTypeMember.cs
- BaseTemplatedMobileComponentEditor.cs
- PipelineModuleStepContainer.cs
- DataTableTypeConverter.cs
- DefaultValueConverter.cs
- WebPartDisplayModeEventArgs.cs
- PropertyGridEditorPart.cs
- RefreshResponseInfo.cs
- RelatedEnd.cs
- FacetChecker.cs
- IItemContainerGenerator.cs
- DoubleLink.cs
- SafeHGlobalHandleCritical.cs
- FormattedText.cs
- PenThreadWorker.cs
- DotExpr.cs
- SBCSCodePageEncoding.cs
- WinCategoryAttribute.cs
- WindowsFormsEditorServiceHelper.cs
- QilReplaceVisitor.cs
- FrameworkReadOnlyPropertyMetadata.cs
- CssTextWriter.cs
- KeyValuePair.cs
- BuildProviderUtils.cs
- Journaling.cs
- TagMapInfo.cs
- FormatVersion.cs
- pingexception.cs
- GroupBox.cs
- CompiledQuery.cs
- Journaling.cs
- TreeNodeEventArgs.cs
- StateWorkerRequest.cs
- OdbcReferenceCollection.cs
- sqlstateclientmanager.cs
- XmlMemberMapping.cs
- TextBox.cs
- PageFunction.cs
- OdbcParameter.cs
- XamlToRtfWriter.cs
- SerializationObjectManager.cs
- TableCellCollection.cs
- ListViewItem.cs
- NotFiniteNumberException.cs
- ContextStaticAttribute.cs
- EntityProviderFactory.cs
- NodeCounter.cs
- CalloutQueueItem.cs
- XhtmlBasicCalendarAdapter.cs
- TextTreeUndoUnit.cs
- TTSEngineTypes.cs
- PathGeometry.cs
- Sequence.cs
- COM2ExtendedUITypeEditor.cs
- StrongNameMembershipCondition.cs
- ACE.cs
- ToolStripItemBehavior.cs
- OleDbPermission.cs
- ObjectDataSourceMethodEditor.cs
- Document.cs
- XmlImplementation.cs
- ListBoxChrome.cs
- RoutedCommand.cs
- SemanticResultValue.cs
- VirtualizingPanel.cs
- ProjectionCamera.cs
- SqlDependency.cs
- UnsafePeerToPeerMethods.cs
- CellParagraph.cs
- HelloOperation11AsyncResult.cs
- TableItemProviderWrapper.cs
- Rotation3DAnimationBase.cs
- TranslateTransform.cs
- FrameworkTemplate.cs