Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripItemClickedEventArgs.cs / 1 / ToolStripItemClickedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class ToolStripItemClickedEventArgs : EventArgs { private ToolStripItem clickedItem = null; /// /// /// This class represents event args a ToolStrip can use when an item has been clicked. /// public ToolStripItemClickedEventArgs(ToolStripItem clickedItem) { this.clickedItem = clickedItem; } ////// /// Represents the item that was clicked on the toolStrip. /// public ToolStripItem ClickedItem { get { return clickedItem; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WsiProfilesElement.cs
- UrlMappingsSection.cs
- OleDbReferenceCollection.cs
- Collection.cs
- EventLogPermissionAttribute.cs
- CodeMethodMap.cs
- VisualTreeFlattener.cs
- Stack.cs
- ProjectionQueryOptionExpression.cs
- DataGridViewComponentPropertyGridSite.cs
- TextSimpleMarkerProperties.cs
- FacetEnabledSchemaElement.cs
- ScrollChangedEventArgs.cs
- TableItemProviderWrapper.cs
- UnknownMessageReceivedEventArgs.cs
- DbExpressionVisitor.cs
- DefaultValueConverter.cs
- TypeDelegator.cs
- ChangeInterceptorAttribute.cs
- SelectionRangeConverter.cs
- AppDomain.cs
- NotConverter.cs
- RTLAwareMessageBox.cs
- DataListItemEventArgs.cs
- ConstNode.cs
- CatalogPart.cs
- GPStream.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- StateWorkerRequest.cs
- SaveRecipientRequest.cs
- ObjectRef.cs
- StdValidatorsAndConverters.cs
- TextEncodedRawTextWriter.cs
- ObjectQuery.cs
- EndOfStreamException.cs
- TableLayoutPanelBehavior.cs
- ExpandCollapseProviderWrapper.cs
- Context.cs
- HttpApplicationFactory.cs
- BoundsDrawingContextWalker.cs
- MissingFieldException.cs
- PartialArray.cs
- RadialGradientBrush.cs
- DBConnection.cs
- UpdateTranslator.cs
- ComponentCollection.cs
- UseLicense.cs
- OwnerDrawPropertyBag.cs
- SchemaElement.cs
- WindowsTokenRoleProvider.cs
- Image.cs
- SchemaManager.cs
- MailMessageEventArgs.cs
- IsolatedStorageFilePermission.cs
- XmlTypeAttribute.cs
- LongMinMaxAggregationOperator.cs
- AssemblyHash.cs
- NotificationContext.cs
- VarRemapper.cs
- ArithmeticException.cs
- Imaging.cs
- EntityDataSourceContainerNameItem.cs
- AnonymousIdentificationModule.cs
- CellCreator.cs
- CancellationToken.cs
- BindingOperations.cs
- AssemblyResourceLoader.cs
- ProjectionCamera.cs
- StorageEntitySetMapping.cs
- RSAOAEPKeyExchangeFormatter.cs
- TextSelection.cs
- BaseDataBoundControl.cs
- basenumberconverter.cs
- FunctionQuery.cs
- securitycriticaldataformultiplegetandset.cs
- CellTreeNode.cs
- UpdateEventArgs.cs
- ContextBase.cs
- TextBounds.cs
- AnnotationHelper.cs
- HttpListenerPrefixCollection.cs
- FormsAuthenticationEventArgs.cs
- SystemWebExtensionsSectionGroup.cs
- JsonQNameDataContract.cs
- SearchForVirtualItemEventArgs.cs
- HtmlForm.cs
- DiscoveryClientReferences.cs
- AdornerPresentationContext.cs
- MultiView.cs
- MultiSelectRootGridEntry.cs
- DataServiceRequest.cs
- TextDecoration.cs
- CatalogZoneBase.cs
- HttpCookiesSection.cs
- TableRow.cs
- StringResourceManager.cs
- PeerTransportListenAddressConverter.cs
- EventLevel.cs
- NetNamedPipeBindingCollectionElement.cs
- TimestampInformation.cs