Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripItemEventArgs.cs / 1 / ToolStripItemEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ///public class ToolStripItemEventArgs : EventArgs { private ToolStripItem item; /// public ToolStripItemEventArgs(ToolStripItem item) { this.item = item; } /// public ToolStripItem Item { get { return item; } } } } // 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
- PerformanceCounterLib.cs
- ModelEditingScope.cs
- ByteAnimationUsingKeyFrames.cs
- DependencyPropertyConverter.cs
- FontStretches.cs
- VoiceSynthesis.cs
- DetailsViewInsertedEventArgs.cs
- HyperLinkField.cs
- ITextView.cs
- XmlValueConverter.cs
- Stackframe.cs
- XsltLibrary.cs
- DeferredTextReference.cs
- assertwrapper.cs
- CatalogPartCollection.cs
- NamedPipeConnectionPoolSettingsElement.cs
- ProgressBarHighlightConverter.cs
- StaticDataManager.cs
- ExtensionSimplifierMarkupObject.cs
- TaskbarItemInfo.cs
- RecordBuilder.cs
- StyleXamlParser.cs
- ParagraphVisual.cs
- SoapAttributeAttribute.cs
- SamlAttribute.cs
- ModuleElement.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- BitmapEffectDrawing.cs
- TextRangeAdaptor.cs
- XmlSerializerSection.cs
- MessageQueuePermissionEntry.cs
- SelectionEditor.cs
- Formatter.cs
- XappLauncher.cs
- ResourceReferenceExpression.cs
- ExtendedProtectionPolicyElement.cs
- WebPartHelpVerb.cs
- StrokeSerializer.cs
- DiscardableAttribute.cs
- EpmTargetPathSegment.cs
- ProcessProtocolHandler.cs
- DialogWindow.cs
- ButtonAutomationPeer.cs
- CodeCastExpression.cs
- cookie.cs
- DesigntimeLicenseContextSerializer.cs
- ModuleBuilderData.cs
- CacheForPrimitiveTypes.cs
- RtfToken.cs
- CompiledQueryCacheKey.cs
- HttpException.cs
- CreationContext.cs
- ChildrenQuery.cs
- User.cs
- LayoutExceptionEventArgs.cs
- DynamicILGenerator.cs
- SoapClientMessage.cs
- OptimizedTemplateContent.cs
- ImageButton.cs
- SrgsElement.cs
- ProtectedConfigurationProviderCollection.cs
- ByteFacetDescriptionElement.cs
- XamlDesignerSerializationManager.cs
- CryptoApi.cs
- HttpApplicationFactory.cs
- Utils.cs
- MarkupExtensionReturnTypeAttribute.cs
- ContextMenu.cs
- Codec.cs
- JapaneseCalendar.cs
- DSACryptoServiceProvider.cs
- BookmarkResumptionRecord.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- StorageMappingFragment.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- NativeMethods.cs
- ConstraintManager.cs
- DesignerMetadata.cs
- AstTree.cs
- SemaphoreSecurity.cs
- Int32AnimationBase.cs
- CopyNamespacesAction.cs
- InvokeGenerator.cs
- DataErrorValidationRule.cs
- DocumentPageHost.cs
- String.cs
- Clock.cs
- Bezier.cs
- Byte.cs
- AccessorTable.cs
- SessionParameter.cs
- SolidBrush.cs
- PackageDigitalSignature.cs
- DataGridViewCellLinkedList.cs
- BaseInfoTable.cs
- GridItemPatternIdentifiers.cs
- VideoDrawing.cs
- TableLayoutStyle.cs
- GridViewSelectEventArgs.cs
- HtmlWindow.cs