Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / UpDownEvent.cs / 1305376 / UpDownEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
///
///
///
///
/// Provides data for the UpDownEvent
///
///
public class UpDownEventArgs : EventArgs {
int buttonID;
///
///
/// [To be supplied.]
///
public UpDownEventArgs(int buttonPushed) {
buttonID = buttonPushed;
}
///
///
/// [To be supplied.]
///
public int ButtonID {
get {
return buttonID;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
///
///
///
///
/// Provides data for the UpDownEvent
///
///
public class UpDownEventArgs : EventArgs {
int buttonID;
///
///
/// [To be supplied.]
///
public UpDownEventArgs(int buttonPushed) {
buttonID = buttonPushed;
}
///
///
/// [To be supplied.]
///
public int ButtonID {
get {
return buttonID;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IndexedDataBuffer.cs
- WebHttpBindingCollectionElement.cs
- ProfileSettings.cs
- AssemblyInfo.cs
- Transform3D.cs
- IResourceProvider.cs
- Assert.cs
- UserControl.cs
- xmlfixedPageInfo.cs
- ObjectDataSourceStatusEventArgs.cs
- ListViewDeleteEventArgs.cs
- XmlSequenceWriter.cs
- PropertyDescriptorComparer.cs
- HashMembershipCondition.cs
- ProxyElement.cs
- ServiceProviders.cs
- UntypedNullExpression.cs
- EventArgs.cs
- TargetControlTypeAttribute.cs
- ScaleTransform3D.cs
- SHA512CryptoServiceProvider.cs
- EventEntry.cs
- MULTI_QI.cs
- ActivityAction.cs
- ThrowHelper.cs
- MulticastDelegate.cs
- SerialErrors.cs
- IndexExpression.cs
- LinkArea.cs
- Main.cs
- DistinctQueryOperator.cs
- UIElement3DAutomationPeer.cs
- activationcontext.cs
- UnionExpr.cs
- MeasurementDCInfo.cs
- MimePart.cs
- CustomWebEventKey.cs
- TabControlToolboxItem.cs
- COM2ExtendedBrowsingHandler.cs
- SHA256.cs
- Utils.cs
- ConfigurationManagerHelper.cs
- RangeValuePatternIdentifiers.cs
- MatrixConverter.cs
- DictionaryEntry.cs
- UnsafeNativeMethods.cs
- AsnEncodedData.cs
- HijriCalendar.cs
- SqlMultiplexer.cs
- Model3D.cs
- XamlSerializerUtil.cs
- SystemIPInterfaceStatistics.cs
- DecoratedNameAttribute.cs
- CodeValidator.cs
- NotFiniteNumberException.cs
- NullableLongAverageAggregationOperator.cs
- StringReader.cs
- Animatable.cs
- CanonicalizationDriver.cs
- TextBoxBase.cs
- BoundingRectTracker.cs
- PeerContact.cs
- XNodeValidator.cs
- UriSection.cs
- AnnotationResourceCollection.cs
- ParsedAttributeCollection.cs
- DBSchemaRow.cs
- XmlValidatingReader.cs
- DependentList.cs
- FileUtil.cs
- CommonDialog.cs
- OLEDB_Util.cs
- XmlSchemaAnnotation.cs
- filewebresponse.cs
- ValidatorAttribute.cs
- TraceLog.cs
- TraceShell.cs
- LinqDataView.cs
- ObjectConverter.cs
- UniformGrid.cs
- CapabilitiesRule.cs
- IIS7WorkerRequest.cs
- EventEntry.cs
- SafeSecurityHandles.cs
- Transform3DGroup.cs
- NavigateUrlConverter.cs
- HeaderCollection.cs
- BackEase.cs
- ObjectManager.cs
- SortedList.cs
- LogicalChannelCollection.cs
- GradientPanel.cs
- SelectionManager.cs
- ConditionalAttribute.cs
- IPGlobalProperties.cs
- CodeNamespaceCollection.cs
- OleDbConnection.cs
- ProfileModule.cs
- WinFormsSecurity.cs
- EnvironmentPermission.cs