Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- MenuItemBinding.cs
- AppearanceEditorPart.cs
- PageAsyncTask.cs
- ResizeBehavior.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- HitTestWithGeometryDrawingContextWalker.cs
- filewebresponse.cs
- IPipelineRuntime.cs
- DesignerLoader.cs
- RegexStringValidator.cs
- RenderData.cs
- TextElementEnumerator.cs
- followingsibling.cs
- ValidateNames.cs
- SimpleRecyclingCache.cs
- RoleManagerSection.cs
- ComProxy.cs
- ListViewDataItem.cs
- CharAnimationBase.cs
- ParallelActivityDesigner.cs
- GC.cs
- DecimalAnimationUsingKeyFrames.cs
- DataGridViewCellCancelEventArgs.cs
- WebServiceErrorEvent.cs
- DESCryptoServiceProvider.cs
- BrowserCapabilitiesFactoryBase.cs
- FileNotFoundException.cs
- ToolBarTray.cs
- XmlText.cs
- shaperfactoryquerycachekey.cs
- Matrix.cs
- FormDesigner.cs
- XmlCodeExporter.cs
- XMLSyntaxException.cs
- Int16Converter.cs
- TextServicesLoader.cs
- SplashScreen.cs
- ByteStream.cs
- XPathBinder.cs
- GraphicsPath.cs
- DataServiceQueryException.cs
- DataGrid.cs
- AnimationClock.cs
- ButtonFieldBase.cs
- MenuItemBinding.cs
- EventLogQuery.cs
- GuidelineCollection.cs
- RoleGroupCollection.cs
- And.cs
- ConnectionOrientedTransportBindingElement.cs
- _HeaderInfoTable.cs
- ConfigurationStrings.cs
- Unit.cs
- SchemaImporter.cs
- NumericPagerField.cs
- InputScopeAttribute.cs
- ToolStripItemCollection.cs
- CannotUnloadAppDomainException.cs
- SubpageParaClient.cs
- VariableAction.cs
- WebUtil.cs
- DictionaryMarkupSerializer.cs
- MemberAssignmentAnalysis.cs
- KnownIds.cs
- DataGridHeaderBorder.cs
- Thumb.cs
- LinqDataSourceStatusEventArgs.cs
- WinEventHandler.cs
- BaseTemplateBuildProvider.cs
- StyleXamlParser.cs
- Adorner.cs
- PreloadedPackages.cs
- AssemblySettingAttributes.cs
- FilterQueryOptionExpression.cs
- ErasingStroke.cs
- ServiceNameElement.cs
- TextLineBreak.cs
- XmlElement.cs
- WebBrowser.cs
- DependentList.cs
- Roles.cs
- PolicyValidator.cs
- TextOnlyOutput.cs
- _ProxyChain.cs
- XmlAttributeCollection.cs
- validationstate.cs
- PropertyDescriptor.cs
- TextEditorTables.cs
- SecurityElement.cs
- SctClaimDictionary.cs
- PeerNameRecordCollection.cs
- NegotiateStream.cs
- HyperLinkStyle.cs
- EventsTab.cs
- ApplicationBuildProvider.cs
- DrawingState.cs
- DataGridCommandEventArgs.cs
- TreeViewItemAutomationPeer.cs
- TabItemWrapperAutomationPeer.cs
- AesCryptoServiceProvider.cs