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
- TimeEnumHelper.cs
- ReflectPropertyDescriptor.cs
- SamlAudienceRestrictionCondition.cs
- RankException.cs
- XPathConvert.cs
- WorkflowNamespace.cs
- DataGridViewCellStyle.cs
- BitmapCacheBrush.cs
- LinqDataSourceView.cs
- DataIdProcessor.cs
- BaseDataBoundControl.cs
- Setter.cs
- TaskExtensions.cs
- NativeMethods.cs
- safex509handles.cs
- LinqDataSourceUpdateEventArgs.cs
- UnsafeNativeMethods.cs
- XPathNodeHelper.cs
- AppSettingsSection.cs
- RegularExpressionValidator.cs
- PrinterSettings.cs
- UnsafeNativeMethods.cs
- FloatUtil.cs
- BaseTemplateCodeDomTreeGenerator.cs
- HtmlMeta.cs
- SamlDelegatingWriter.cs
- ExpandedWrapper.cs
- StaticExtensionConverter.cs
- GroupPartitionExpr.cs
- XmlSchemaObjectTable.cs
- ImageIndexConverter.cs
- DataGridViewTopRowAccessibleObject.cs
- ConfigurationLockCollection.cs
- ControlParameter.cs
- VScrollBar.cs
- TCPClient.cs
- LowerCaseStringConverter.cs
- DependentList.cs
- PropertyValue.cs
- VBCodeProvider.cs
- RoleBoolean.cs
- XmlSchemaExporter.cs
- AttributeParameterInfo.cs
- Aes.cs
- TableCellAutomationPeer.cs
- PostBackTrigger.cs
- WebPartVerbCollection.cs
- AnnotationComponentChooser.cs
- Resources.Designer.cs
- ContractHandle.cs
- GridViewColumnCollectionChangedEventArgs.cs
- AuthenticationServiceManager.cs
- UIElementIsland.cs
- Int64Converter.cs
- NumericUpDown.cs
- CodeCommentStatementCollection.cs
- MethodExpression.cs
- localization.cs
- FixedSchema.cs
- XmlUrlResolver.cs
- BaseDataList.cs
- NamespaceCollection.cs
- ExpressionNode.cs
- AspNetHostingPermission.cs
- IMembershipProvider.cs
- LayoutTable.cs
- FolderNameEditor.cs
- Propagator.cs
- CurrencyManager.cs
- Types.cs
- ApplicationSecurityInfo.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- DataObjectAttribute.cs
- EdmError.cs
- PropertyMapper.cs
- Function.cs
- TreeViewItemAutomationPeer.cs
- XmlQueryRuntime.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ToolStripCustomTypeDescriptor.cs
- LinearKeyFrames.cs
- HashCodeCombiner.cs
- ListDictionary.cs
- ServiceThrottlingBehavior.cs
- XmlWellformedWriter.cs
- ParallelQuery.cs
- SQLMoneyStorage.cs
- TextDecorationLocationValidation.cs
- SplitterPanel.cs
- CorruptingExceptionCommon.cs
- EDesignUtil.cs
- ISessionStateStore.cs
- AppDomainResourcePerfCounters.cs
- DateTime.cs
- XmlQueryCardinality.cs
- MouseEvent.cs
- ParameterInfo.cs
- EntityDataSourceWizardForm.cs
- FileSystemWatcher.cs
- GridViewDeleteEventArgs.cs