Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / ToolBarButtonClickEvent.cs / 1 / ToolBarButtonClickEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// public class ToolBarButtonClickEventArgs : EventArgs { private ToolBarButton button; ////// Provides data for the ////// event. /// /// /// public ToolBarButtonClickEventArgs(ToolBarButton button) { this.button = button; } ////// Initializes a new instance of the ////// class. /// /// /// public ToolBarButton Button { get { return button;} set { button = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Specifies the ////// that was clicked. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XslAst.cs
- _TimerThread.cs
- PreviewKeyDownEventArgs.cs
- BitmapEffectCollection.cs
- TextFormatterHost.cs
- basecomparevalidator.cs
- LinqDataSourceDeleteEventArgs.cs
- DataServiceClientException.cs
- SmiTypedGetterSetter.cs
- ToolStripDropDownClosedEventArgs.cs
- UnsafeCollabNativeMethods.cs
- ArrayWithOffset.cs
- UserPreferenceChangingEventArgs.cs
- ApplicationInfo.cs
- ComponentSerializationService.cs
- ScrollChrome.cs
- FontClient.cs
- SortAction.cs
- OdbcUtils.cs
- SqlDataSourceConfigureFilterForm.cs
- ExtensionWindow.cs
- PrimitiveDataContract.cs
- CngUIPolicy.cs
- Matrix3DStack.cs
- MetadataUtilsSmi.cs
- mongolianshape.cs
- ObjectSelectorEditor.cs
- Knowncolors.cs
- DbDataReader.cs
- List.cs
- SerializationException.cs
- DependencyPropertyHelper.cs
- SiteMapDesignerDataSourceView.cs
- PenThreadWorker.cs
- EnumMemberAttribute.cs
- ApplicationSecurityInfo.cs
- PersonalizationProviderHelper.cs
- FixedDocumentPaginator.cs
- Validator.cs
- XPathBinder.cs
- FlagsAttribute.cs
- EditorPart.cs
- Win32.cs
- MinimizableAttributeTypeConverter.cs
- SafeMILHandle.cs
- TextTreeRootNode.cs
- CommandValueSerializer.cs
- GridViewRowCollection.cs
- DataGridCommandEventArgs.cs
- Component.cs
- safemediahandle.cs
- ListViewGroup.cs
- InputReferenceExpression.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- CharacterBufferReference.cs
- SelectedGridItemChangedEvent.cs
- LinqExpressionNormalizer.cs
- HttpResponseInternalWrapper.cs
- ConnectionStringsSection.cs
- DeviceContexts.cs
- CultureNotFoundException.cs
- MediaContext.cs
- ButtonBase.cs
- ListView.cs
- OleDbInfoMessageEvent.cs
- IssuedTokensHeader.cs
- ComponentCodeDomSerializer.cs
- AutomationElement.cs
- NativeMethods.cs
- FocusWithinProperty.cs
- StringUtil.cs
- newinstructionaction.cs
- StylusButton.cs
- DbParameterCollectionHelper.cs
- SecurityContextSecurityTokenAuthenticator.cs
- AdjustableArrowCap.cs
- ProfileProvider.cs
- Converter.cs
- TabItemWrapperAutomationPeer.cs
- DesignerAutoFormatCollection.cs
- TypeDescriptionProviderAttribute.cs
- HTTPAPI_VERSION.cs
- XmlSerializationGeneratedCode.cs
- WbemProvider.cs
- CultureSpecificCharacterBufferRange.cs
- EUCJPEncoding.cs
- String.cs
- LeftCellWrapper.cs
- cookie.cs
- ToolboxComponentsCreatingEventArgs.cs
- ConfigXmlWhitespace.cs
- FormsAuthenticationUser.cs
- BufferBuilder.cs
- GridProviderWrapper.cs
- Variant.cs
- MemoryFailPoint.cs
- UnsafeNativeMethodsMilCoreApi.cs
- Utility.cs
- OleDbConnectionInternal.cs
- AccessDataSourceView.cs