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
- DataBinding.cs
- AuthenticationSection.cs
- WebServiceData.cs
- HtmlInputHidden.cs
- FrameworkElement.cs
- XmlSignificantWhitespace.cs
- Quad.cs
- SqlFileStream.cs
- ConnectionManagementSection.cs
- SqlError.cs
- RoleService.cs
- MutexSecurity.cs
- DataBoundControlAdapter.cs
- XpsManager.cs
- Matrix.cs
- EntityParameter.cs
- SqlMethodAttribute.cs
- remotingproxy.cs
- SharedPersonalizationStateInfo.cs
- SafeLocalAllocation.cs
- BmpBitmapEncoder.cs
- FixedSOMPageConstructor.cs
- FaultImportOptions.cs
- PolyQuadraticBezierSegment.cs
- InlineCollection.cs
- DropShadowEffect.cs
- InvalidFilterCriteriaException.cs
- ReadOnlyDataSource.cs
- RegexWriter.cs
- FormsAuthentication.cs
- MarshalDirectiveException.cs
- XmlSerializer.cs
- ThreadInterruptedException.cs
- OutArgumentConverter.cs
- SelectedDatesCollection.cs
- NotifyInputEventArgs.cs
- HotCommands.cs
- CancelEventArgs.cs
- ScriptModule.cs
- HttpSessionStateBase.cs
- TreeViewImageGenerator.cs
- WebPartEditorOkVerb.cs
- ImagingCache.cs
- ActiveXHost.cs
- TabControlCancelEvent.cs
- SafeRightsManagementHandle.cs
- HttpProfileGroupBase.cs
- ResourceSet.cs
- ClrProviderManifest.cs
- Visitors.cs
- FileLevelControlBuilderAttribute.cs
- CategoryAttribute.cs
- WindowsComboBox.cs
- ProtectedConfiguration.cs
- DateTime.cs
- ContractBase.cs
- OracleRowUpdatingEventArgs.cs
- AccessKeyManager.cs
- XmlHierarchicalDataSourceView.cs
- NetPeerTcpBindingElement.cs
- InvalidEnumArgumentException.cs
- Point3DAnimation.cs
- TextTreeDeleteContentUndoUnit.cs
- MDIWindowDialog.cs
- SmiXetterAccessMap.cs
- MSAANativeProvider.cs
- ReadOnlyDataSourceView.cs
- ImageBrush.cs
- FormClosingEvent.cs
- SelectionRange.cs
- XamlStream.cs
- ComboBoxItem.cs
- WebServiceResponse.cs
- XmlReaderSettings.cs
- Group.cs
- TreeNodeBindingCollection.cs
- ColorConverter.cs
- ParameterReplacerVisitor.cs
- StrokeIntersection.cs
- ControlValuePropertyAttribute.cs
- SchemaHelper.cs
- GroupItemAutomationPeer.cs
- FileClassifier.cs
- ActivityExecutor.cs
- PersonalizationAdministration.cs
- WindowsGrip.cs
- XmlSchemaSimpleContent.cs
- AstTree.cs
- SplashScreen.cs
- COM2PictureConverter.cs
- WebPartDescription.cs
- ValidatingPropertiesEventArgs.cs
- MembershipSection.cs
- InternalPermissions.cs
- SafeLibraryHandle.cs
- BaseServiceProvider.cs
- QilInvokeLateBound.cs
- OperatingSystem.cs
- HtmlControlPersistable.cs
- ListDesigner.cs