Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripItemClickedEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextSelectionHelper.cs
- ComplexBindingPropertiesAttribute.cs
- Matrix.cs
- TrackBar.cs
- ListParagraph.cs
- FixedBufferAttribute.cs
- DockProviderWrapper.cs
- WebPartConnectionsConfigureVerb.cs
- OrderedHashRepartitionEnumerator.cs
- JournalEntryStack.cs
- CoTaskMemUnicodeSafeHandle.cs
- TaskFileService.cs
- Wizard.cs
- MonitoringDescriptionAttribute.cs
- _KerberosClient.cs
- ChannelSettingsElement.cs
- DataGridViewCellLinkedList.cs
- OdbcParameter.cs
- TimeStampChecker.cs
- DataSetMappper.cs
- ExpressionConverter.cs
- DesignerHelpers.cs
- EntityCommandExecutionException.cs
- TimeSpanParse.cs
- DynamicValueConverter.cs
- TableCell.cs
- SharedStream.cs
- ProcessStartInfo.cs
- Schema.cs
- TypeDescriptionProviderAttribute.cs
- FilterFactory.cs
- HiddenFieldPageStatePersister.cs
- WindowsFormsHost.cs
- Message.cs
- TextOptions.cs
- ValidationErrorEventArgs.cs
- PortCache.cs
- PropertyItemInternal.cs
- DataGridViewSelectedCellCollection.cs
- ObjectIDGenerator.cs
- IndexingContentUnit.cs
- Function.cs
- CommandLineParser.cs
- XmlMemberMapping.cs
- UpdatePanelTrigger.cs
- CodeGeneratorOptions.cs
- GCHandleCookieTable.cs
- SvcFileManager.cs
- EntryIndex.cs
- ServiceDescriptionReflector.cs
- DesignerCommandAdapter.cs
- IsolatedStorageFilePermission.cs
- SQLDateTime.cs
- MobileContainerDesigner.cs
- PropertyGridEditorPart.cs
- QualifierSet.cs
- CustomWebEventKey.cs
- DPCustomTypeDescriptor.cs
- XmlSortKey.cs
- MetadataPropertyCollection.cs
- StylusPointDescription.cs
- Control.cs
- GridViewPageEventArgs.cs
- InfoCardClaim.cs
- ServiceRouteHandler.cs
- DecimalAverageAggregationOperator.cs
- _NetRes.cs
- UserValidatedEventArgs.cs
- WindowsIdentity.cs
- XmlChildNodes.cs
- ExpressionBuilder.cs
- SoapAttributeAttribute.cs
- WindowsToolbarItemAsMenuItem.cs
- InternalPermissions.cs
- ColumnHeaderConverter.cs
- RawStylusInput.cs
- TextBoxView.cs
- SystemDiagnosticsSection.cs
- EventData.cs
- ReadWriteControlDesigner.cs
- EntityDataSourceSelectingEventArgs.cs
- ComponentDispatcherThread.cs
- NavigationCommands.cs
- AppSettingsSection.cs
- EditorZoneAutoFormat.cs
- TriggerCollection.cs
- StringFunctions.cs
- WebPartAuthorizationEventArgs.cs
- RIPEMD160Managed.cs
- ChangeInterceptorAttribute.cs
- DropDownList.cs
- XmlReflectionImporter.cs
- TreeNodeClickEventArgs.cs
- RoutingSection.cs
- AuthenticationModulesSection.cs
- HttpDebugHandler.cs
- PublisherIdentityPermission.cs
- IdentityModelStringsVersion1.cs
- LogSwitch.cs
- ProxyHwnd.cs