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;
///
///
///
/// Provides data for the
/// event.
///
///
public class ToolBarButtonClickEventArgs : EventArgs {
private ToolBarButton button;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public ToolBarButtonClickEventArgs(ToolBarButton button) {
this.button = button;
}
///
///
///
/// Specifies the
/// that was clicked.
///
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Automation.cs
- EpmTargetTree.cs
- VScrollBar.cs
- Accessible.cs
- InternalDuplexChannelFactory.cs
- RegexGroupCollection.cs
- BitmapCodecInfoInternal.cs
- RowVisual.cs
- CLSCompliantAttribute.cs
- LinqDataSourceHelper.cs
- ApplicationTrust.cs
- Logging.cs
- pingexception.cs
- ExchangeUtilities.cs
- util.cs
- IndexedString.cs
- CreatingCookieEventArgs.cs
- HttpRequestMessageProperty.cs
- InvalidStoreProtectionKeyException.cs
- Regex.cs
- ScriptMethodAttribute.cs
- DocumentCollection.cs
- LinearKeyFrames.cs
- DecoderBestFitFallback.cs
- FormViewCommandEventArgs.cs
- Literal.cs
- ReliableChannelBinder.cs
- RowsCopiedEventArgs.cs
- DataGridViewAccessibleObject.cs
- HybridDictionary.cs
- WebPartTransformerCollection.cs
- TcpDuplicateContext.cs
- FormatStringEditor.cs
- HTMLTagNameToTypeMapper.cs
- ContentDesigner.cs
- PreservationFileReader.cs
- HtmlInputReset.cs
- InkCanvasSelection.cs
- PermissionToken.cs
- unitconverter.cs
- HttpCapabilitiesBase.cs
- SweepDirectionValidation.cs
- ContextMenuStrip.cs
- BufferModesCollection.cs
- InputScopeConverter.cs
- KeyGesture.cs
- QueryGenerator.cs
- LocalBuilder.cs
- UnmanagedMarshal.cs
- WebControlsSection.cs
- Point4D.cs
- Socket.cs
- AttributeEmitter.cs
- Sentence.cs
- DiscoveryDocument.cs
- precedingquery.cs
- Transactions.cs
- TransformerConfigurationWizardBase.cs
- AssemblyAttributes.cs
- SimpleType.cs
- RootContext.cs
- InitializationEventAttribute.cs
- ParameterModifier.cs
- ColumnBinding.cs
- UseManagedPresentationElement.cs
- TransformerTypeCollection.cs
- WebPartActionVerb.cs
- ListControlConvertEventArgs.cs
- PointLightBase.cs
- ClientUrlResolverWrapper.cs
- SapiRecoInterop.cs
- UpDownBase.cs
- CodeTypeReferenceCollection.cs
- KnownTypeAttribute.cs
- IdentityReference.cs
- JsonWriter.cs
- XPathSelectionIterator.cs
- SqlConnectionString.cs
- BatchStream.cs
- LinqDataSourceUpdateEventArgs.cs
- DataGridViewSelectedColumnCollection.cs
- TransformerTypeCollection.cs
- TrackingStringDictionary.cs
- RepeatInfo.cs
- Model3D.cs
- NativeMethods.cs
- RequestResizeEvent.cs
- DataConnectionHelper.cs
- arclist.cs
- Splitter.cs
- CreationContext.cs
- documentsequencetextview.cs
- HttpModule.cs
- LayoutEngine.cs
- GenericArgumentsUpdater.cs
- MailWebEventProvider.cs
- InvokeMemberBinder.cs
- BooleanConverter.cs
- MimePart.cs
- QueryCacheManager.cs