Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- WmlPhoneCallAdapter.cs
- FaultDescriptionCollection.cs
- SQLByteStorage.cs
- DataTableClearEvent.cs
- TypefaceMetricsCache.cs
- ObjectNavigationPropertyMapping.cs
- SocketInformation.cs
- ParallelEnumerableWrapper.cs
- HScrollBar.cs
- LicenseManager.cs
- CellIdBoolean.cs
- BitmapCodecInfoInternal.cs
- EncryptedReference.cs
- DesignerCategoryAttribute.cs
- SecurityHelper.cs
- ProtocolViolationException.cs
- ResourceBinder.cs
- WriteableBitmap.cs
- HtmlControlDesigner.cs
- AudioFormatConverter.cs
- TripleDES.cs
- BitSet.cs
- ControlBuilderAttribute.cs
- DataGridViewTextBoxColumn.cs
- CacheMemory.cs
- ContainerControl.cs
- RichTextBoxConstants.cs
- FrugalMap.cs
- ColorConverter.cs
- StrictAndMessageFilter.cs
- DataGridState.cs
- EdmValidator.cs
- PropVariant.cs
- MulticastDelegate.cs
- SystemBrushes.cs
- CodeEventReferenceExpression.cs
- XmlDictionaryReaderQuotas.cs
- ComponentCollection.cs
- XmlSchemaChoice.cs
- XslCompiledTransform.cs
- DrawingAttributeSerializer.cs
- ColumnClickEvent.cs
- DataSourceView.cs
- RoutingTable.cs
- LicenseManager.cs
- IProvider.cs
- PaintEvent.cs
- DependencyObjectPropertyDescriptor.cs
- FloaterParagraph.cs
- WsatServiceCertificate.cs
- DaylightTime.cs
- LocalizationParserHooks.cs
- SpotLight.cs
- HttpPostedFile.cs
- InternalResources.cs
- ElementsClipboardData.cs
- WorkflowInstanceProvider.cs
- Win32PrintDialog.cs
- SqlWriter.cs
- DtcInterfaces.cs
- PagesSection.cs
- ZeroOpNode.cs
- SqlUtil.cs
- HijriCalendar.cs
- CompoundFileDeflateTransform.cs
- PersonalizationProviderHelper.cs
- Item.cs
- SelectionProcessor.cs
- QualifiedCellIdBoolean.cs
- TypeUnloadedException.cs
- Hyperlink.cs
- MarkupCompiler.cs
- OdbcTransaction.cs
- TextServicesDisplayAttributePropertyRanges.cs
- RegistrationProxy.cs
- NativeWindow.cs
- IdentityNotMappedException.cs
- WindowsFormsEditorServiceHelper.cs
- Wildcard.cs
- HttpSessionStateWrapper.cs
- RequiredFieldValidator.cs
- BamlResourceContent.cs
- ReliableRequestSessionChannel.cs
- SafeLibraryHandle.cs
- CultureInfoConverter.cs
- BezierSegment.cs
- SchemaElementLookUpTable.cs
- WasAdminWrapper.cs
- UriSection.cs
- DebugView.cs
- RuleSetReference.cs
- ScrollChrome.cs
- RealizationContext.cs
- HttpCookie.cs
- ControlParser.cs
- DmlSqlGenerator.cs
- MetadataPropertyCollection.cs
- HttpCapabilitiesBase.cs
- Symbol.cs
- WindowsListBox.cs