Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ ///// 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
- ListChangedEventArgs.cs
- DesignerTransaction.cs
- WebPartChrome.cs
- XmlLanguage.cs
- XmlComplianceUtil.cs
- ThemeDirectoryCompiler.cs
- GridViewRowCollection.cs
- DesignerProperties.cs
- XmlException.cs
- OutputCacheModule.cs
- EmissiveMaterial.cs
- DefaultValueTypeConverter.cs
- AssemblyBuilderData.cs
- DataControlFieldHeaderCell.cs
- BitmapData.cs
- ColorConvertedBitmap.cs
- HttpHandlerAction.cs
- HostedTransportConfigurationBase.cs
- NodeFunctions.cs
- SecurityRuntime.cs
- StickyNote.cs
- PackageRelationshipCollection.cs
- HtmlInputText.cs
- HtmlUtf8RawTextWriter.cs
- TypeConverterAttribute.cs
- DbgUtil.cs
- SyndicationDeserializer.cs
- ValidatingReaderNodeData.cs
- HttpRequest.cs
- XPathAncestorIterator.cs
- ToolboxItemImageConverter.cs
- ProtocolsConfigurationEntry.cs
- AdCreatedEventArgs.cs
- initElementDictionary.cs
- CompositionDesigner.cs
- StrokeSerializer.cs
- HyperLinkField.cs
- LoginNameDesigner.cs
- SoapCodeExporter.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ContextInformation.cs
- Stylesheet.cs
- CatalogPartChrome.cs
- Page.cs
- StrongNameUtility.cs
- SelectionHighlightInfo.cs
- URLAttribute.cs
- BinaryFormatter.cs
- PhonemeConverter.cs
- SQLBoolean.cs
- DecimalKeyFrameCollection.cs
- MaterializeFromAtom.cs
- CacheEntry.cs
- controlskin.cs
- StructuralType.cs
- Scripts.cs
- BooleanStorage.cs
- odbcmetadatacollectionnames.cs
- EntityEntry.cs
- TemplateControlBuildProvider.cs
- FixUp.cs
- WebServiceEnumData.cs
- SchemaNamespaceManager.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- CancellationHandlerDesigner.cs
- ValidationError.cs
- ApplicationDirectory.cs
- SafeArrayTypeMismatchException.cs
- HtmlInputPassword.cs
- DataGridViewAddColumnDialog.cs
- PartialList.cs
- GradientStopCollection.cs
- DataGridHyperlinkColumn.cs
- ObjectQuery.cs
- DataBindingCollection.cs
- PenThreadPool.cs
- PersonalizableAttribute.cs
- BeginEvent.cs
- SqlCommand.cs
- ClosureBinding.cs
- ResourcesGenerator.cs
- ControlFilterExpression.cs
- StringAnimationBase.cs
- DataTable.cs
- GlobalDataBindingHandler.cs
- ConnectionStringsSection.cs
- NativeDirectoryServicesQueryAPIs.cs
- HttpCookiesSection.cs
- MetabaseSettingsIis7.cs
- Operator.cs
- WebAdminConfigurationHelper.cs
- Vector3DCollection.cs
- MemberPathMap.cs
- sqlmetadatafactory.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- ExpressionBuilder.cs
- DataTableExtensions.cs
- TwoPhaseCommitProxy.cs
- XsltContext.cs
- FullTextLine.cs