Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolBarButtonClickEvent.cs / 1305376 / 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. //------------------------------------------------------------------------------ ///// Specifies the ////// that was clicked. /// // 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./// Specifies the ////// that was clicked. ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CustomValidator.cs
- Timer.cs
- MaterialGroup.cs
- SiteMapDataSource.cs
- GridViewRowPresenterBase.cs
- initElementDictionary.cs
- MetadataExchangeBindings.cs
- DependencySource.cs
- LinqDataSourceInsertEventArgs.cs
- SubMenuStyle.cs
- ExclusiveTcpListener.cs
- AdornerDecorator.cs
- ResolvedKeyFrameEntry.cs
- JournalEntryListConverter.cs
- OdbcInfoMessageEvent.cs
- EntityContainer.cs
- BaseCodePageEncoding.cs
- ClientSettingsSection.cs
- ProfilePropertyNameValidator.cs
- WindowsRichEdit.cs
- BuildProviderAppliesToAttribute.cs
- EntityContainerAssociationSetEnd.cs
- X509CertificateCollection.cs
- XmlMemberMapping.cs
- EntityClientCacheKey.cs
- ManipulationCompletedEventArgs.cs
- BamlReader.cs
- RegexCompiler.cs
- TreeViewAutomationPeer.cs
- QueryContinueDragEventArgs.cs
- XmlAnyElementAttributes.cs
- XmlAnyElementAttribute.cs
- ExtenderProvidedPropertyAttribute.cs
- BaseProcessor.cs
- SynchronizationLockException.cs
- SHA384CryptoServiceProvider.cs
- SecurityTraceRecordHelper.cs
- LabelEditEvent.cs
- BitSet.cs
- VarRefManager.cs
- CreateParams.cs
- EncoderBestFitFallback.cs
- SqlTriggerAttribute.cs
- RadioButton.cs
- ACL.cs
- MobileControlsSectionHandler.cs
- StringDictionary.cs
- FixedTextView.cs
- Helper.cs
- Int32RectConverter.cs
- ProtectedConfigurationProviderCollection.cs
- XhtmlConformanceSection.cs
- FieldAccessException.cs
- ImageMetadata.cs
- WebContentFormatHelper.cs
- RawUIStateInputReport.cs
- WebPartDeleteVerb.cs
- WasEndpointConfigContainer.cs
- ManipulationDeltaEventArgs.cs
- WindowsListView.cs
- MonitoringDescriptionAttribute.cs
- ColumnReorderedEventArgs.cs
- Facet.cs
- HyperLinkDataBindingHandler.cs
- OleAutBinder.cs
- RuntimeTrackingProfile.cs
- DiscoveryServerProtocol.cs
- ReadOnlyCollection.cs
- MembershipSection.cs
- AspNetSynchronizationContext.cs
- XmlDocument.cs
- HttpHandlerActionCollection.cs
- Serializer.cs
- SymLanguageType.cs
- NCryptSafeHandles.cs
- NativeMethods.cs
- XmlSchemaAppInfo.cs
- SqlDataSourceStatusEventArgs.cs
- Bold.cs
- XPathExpr.cs
- ColumnMapCopier.cs
- KeyedHashAlgorithm.cs
- BaseAppDomainProtocolHandler.cs
- CaseInsensitiveHashCodeProvider.cs
- XPathNodePointer.cs
- EventMappingSettingsCollection.cs
- _TLSstream.cs
- MatrixCamera.cs
- XmlChildEnumerator.cs
- DNS.cs
- ReflectionTypeLoadException.cs
- XmlDocumentFragment.cs
- SimpleHandlerFactory.cs
- Models.cs
- RSAPKCS1SignatureDeformatter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SystemMulticastIPAddressInformation.cs
- basecomparevalidator.cs
- _ListenerAsyncResult.cs
- UserInitiatedNavigationPermission.cs