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 / UpDownEvent.cs / 1 / 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
- BaseCodeDomTreeGenerator.cs
- COAUTHIDENTITY.cs
- WebPartsPersonalizationAuthorization.cs
- Schema.cs
- PageAsyncTaskManager.cs
- ClientSideQueueItem.cs
- WorkerRequest.cs
- Renderer.cs
- CustomLineCap.cs
- ServiceContractAttribute.cs
- SystemIcons.cs
- InternalEnumValidator.cs
- keycontainerpermission.cs
- XslAstAnalyzer.cs
- WarningException.cs
- PointHitTestResult.cs
- PenContext.cs
- XmlDataProvider.cs
- PeerCollaborationPermission.cs
- SafeBitVector32.cs
- AssemblyInfo.cs
- OraclePermission.cs
- FilterQuery.cs
- CoTaskMemHandle.cs
- TreeWalkHelper.cs
- UniqueIdentifierService.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- MarkerProperties.cs
- DSASignatureFormatter.cs
- CodeTypeDelegate.cs
- StylusPointCollection.cs
- DocumentsTrace.cs
- BitmapData.cs
- _Events.cs
- PageBuildProvider.cs
- PeerInvitationResponse.cs
- XmlILStorageConverter.cs
- _NativeSSPI.cs
- SqlVersion.cs
- lengthconverter.cs
- SQLMoney.cs
- ArrayHelper.cs
- OutOfProcStateClientManager.cs
- ObjectReferenceStack.cs
- Group.cs
- ScrollViewerAutomationPeer.cs
- XmlSerializableWriter.cs
- XhtmlCssHandler.cs
- EntityDataSourceContextDisposingEventArgs.cs
- ApplicationDirectory.cs
- Dynamic.cs
- PropertyPushdownHelper.cs
- CryptoConfig.cs
- DataControlCommands.cs
- SerializationInfo.cs
- PermissionListSet.cs
- MetadataPropertyvalue.cs
- XmlEntity.cs
- TreeIterator.cs
- _NetworkingPerfCounters.cs
- BoundColumn.cs
- PathFigure.cs
- InputLanguageManager.cs
- AdornerDecorator.cs
- PageBuildProvider.cs
- NamedPermissionSet.cs
- activationcontext.cs
- CancelEventArgs.cs
- WrapPanel.cs
- SqlBooleanMismatchVisitor.cs
- ReturnEventArgs.cs
- NamespaceQuery.cs
- ClassValidator.cs
- WmlPageAdapter.cs
- HttpCacheParams.cs
- DelegateOutArgument.cs
- ZipPackage.cs
- FlowLayoutPanel.cs
- RemotingConfigParser.cs
- XmlDigitalSignatureProcessor.cs
- ParamArrayAttribute.cs
- CounterCreationData.cs
- MenuStrip.cs
- ScrollChrome.cs
- HtmlShimManager.cs
- BaseComponentEditor.cs
- TableLayoutPanelDesigner.cs
- ProgressBarHighlightConverter.cs
- DataBoundControlDesigner.cs
- ActivationServices.cs
- _NetRes.cs
- TableLayoutStyle.cs
- DataRelationCollection.cs
- _ProxyChain.cs
- HtmlInputRadioButton.cs
- SoapSchemaImporter.cs
- DropShadowBitmapEffect.cs
- GAC.cs
- RouteValueDictionary.cs
- TreeBuilder.cs