Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- XmlNodeWriter.cs
- Update.cs
- DataSourceControlBuilder.cs
- WebMessageEncodingElement.cs
- KeyboardNavigation.cs
- WindowsTokenRoleProvider.cs
- InstanceNormalEvent.cs
- DataServiceHostFactory.cs
- JpegBitmapEncoder.cs
- EncodingStreamWrapper.cs
- Int16Converter.cs
- XmlnsCompatibleWithAttribute.cs
- SrgsRuleRef.cs
- DesignerForm.cs
- HeaderUtility.cs
- MimeMultiPart.cs
- OleDbConnectionInternal.cs
- BuildResultCache.cs
- BmpBitmapDecoder.cs
- TypeConverterHelper.cs
- GiveFeedbackEventArgs.cs
- ContentPathSegment.cs
- DataSourceXmlSubItemAttribute.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- AttachedPropertyBrowsableAttribute.cs
- DataGridColumnCollectionEditor.cs
- TextEffectResolver.cs
- BamlVersionHeader.cs
- Symbol.cs
- RuleInfoComparer.cs
- ProtocolsConfigurationEntry.cs
- XmlSchemaFacet.cs
- AxisAngleRotation3D.cs
- DataGridViewRowCancelEventArgs.cs
- TdsValueSetter.cs
- XmlSchemaSimpleTypeUnion.cs
- WindowsListView.cs
- GeneralTransform.cs
- ApplicationManager.cs
- ToolStripButton.cs
- BoundField.cs
- ObfuscateAssemblyAttribute.cs
- ProfileBuildProvider.cs
- WindowsFont.cs
- GradientBrush.cs
- XsltLoader.cs
- TrustSection.cs
- TextTreeDeleteContentUndoUnit.cs
- Stroke2.cs
- ClientApiGenerator.cs
- TrackingStringDictionary.cs
- FormsAuthentication.cs
- IdentityReference.cs
- XmlBindingWorker.cs
- SourceExpressionException.cs
- XamlSerializerUtil.cs
- X509Utils.cs
- StrokeFIndices.cs
- PanelStyle.cs
- HttpVersion.cs
- GridItemProviderWrapper.cs
- CompositeCollectionView.cs
- RowToParametersTransformer.cs
- BufferedReceiveManager.cs
- TemplatedAdorner.cs
- ECDsa.cs
- FileDetails.cs
- ActiveDocumentEvent.cs
- SafeCryptoHandles.cs
- GeneralTransform3D.cs
- SamlSubjectStatement.cs
- SingleKeyFrameCollection.cs
- Journaling.cs
- DivideByZeroException.cs
- NavigationProperty.cs
- SchemaMapping.cs
- recordstatefactory.cs
- ScaleTransform.cs
- ReferencedType.cs
- ClientSettingsStore.cs
- JsonDeserializer.cs
- DataChangedEventManager.cs
- AssertValidation.cs
- CollectionConverter.cs
- CultureSpecificStringDictionary.cs
- SqlInfoMessageEvent.cs
- ListSourceHelper.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- PerformanceCounter.cs
- XmlSchemaSimpleContent.cs
- AccessViolationException.cs
- RtfControls.cs
- DeploymentSectionCache.cs
- TraceHandler.cs
- ParsedAttributeCollection.cs
- BlockExpression.cs
- ScriptComponentDescriptor.cs
- PassportIdentity.cs
- MdImport.cs
- ClientScriptManagerWrapper.cs