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; ////// /// /// public class UpDownEventArgs : EventArgs { int buttonID; ////// Provides data for the UpDownEvent /// ////// /// 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; ////// /// /// public class UpDownEventArgs : EventArgs { int buttonID; ////// Provides data for the UpDownEvent /// ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Polygon.cs
- TransformDescriptor.cs
- UnsafeNativeMethods.cs
- DataRelation.cs
- SecurityContext.cs
- MessageCredentialType.cs
- HtmlMeta.cs
- DropTarget.cs
- EventHandlersDesigner.cs
- ErrorEventArgs.cs
- ProfessionalColors.cs
- XmlTypeMapping.cs
- ControlPersister.cs
- ObjectHandle.cs
- SortAction.cs
- FontStretch.cs
- ScriptReferenceBase.cs
- XmlExpressionDumper.cs
- FunctionQuery.cs
- _LoggingObject.cs
- PopupEventArgs.cs
- SqlUserDefinedAggregateAttribute.cs
- HtmlInputReset.cs
- ProfileBuildProvider.cs
- ValueQuery.cs
- ToolTip.cs
- SafeReversePInvokeHandle.cs
- EntityDataSourceStatementEditor.cs
- DelegateTypeInfo.cs
- X509CertificateCollection.cs
- AnnotationHighlightLayer.cs
- EventLogRecord.cs
- MD5.cs
- BaseCollection.cs
- VectorConverter.cs
- FocusChangedEventArgs.cs
- PathParser.cs
- Guid.cs
- VoiceSynthesis.cs
- CacheEntry.cs
- ObfuscationAttribute.cs
- ApplicationHost.cs
- InplaceBitmapMetadataWriter.cs
- Evaluator.cs
- TypeToken.cs
- TextSerializer.cs
- XmlSignatureProperties.cs
- MarkupCompilePass2.cs
- IssuanceLicense.cs
- StrongNameKeyPair.cs
- unitconverter.cs
- exports.cs
- ConnectivityStatus.cs
- Point3DAnimation.cs
- SingleStorage.cs
- CompoundFileStreamReference.cs
- AstTree.cs
- BasePattern.cs
- DataServiceConfiguration.cs
- WmiEventSink.cs
- RouteItem.cs
- CompilerWrapper.cs
- DataPagerFieldCollection.cs
- CapiHashAlgorithm.cs
- DateTime.cs
- DirectoryRootQuery.cs
- ButtonBaseAutomationPeer.cs
- EntityDataSourceState.cs
- OutputWindow.cs
- ErrorWebPart.cs
- LayoutEngine.cs
- BinaryUtilClasses.cs
- AtlasWeb.Designer.cs
- MonitoringDescriptionAttribute.cs
- CalendarAutomationPeer.cs
- CodeMethodReturnStatement.cs
- ClusterRegistryConfigurationProvider.cs
- WindowsBrush.cs
- RegexCapture.cs
- UdpTransportSettings.cs
- ReflectionServiceProvider.cs
- CompositeControl.cs
- TypeSystem.cs
- WindowsGraphics.cs
- ExtentCqlBlock.cs
- NativeStructs.cs
- RootBuilder.cs
- PingReply.cs
- EntityType.cs
- RoutedEventValueSerializer.cs
- DataGridViewCellStyleChangedEventArgs.cs
- PickBranch.cs
- MimeFormatter.cs
- XmlComplianceUtil.cs
- TextRunProperties.cs
- AttachmentService.cs
- HttpCapabilitiesSectionHandler.cs
- EnumType.cs
- CmsInterop.cs
- DataGridViewColumnStateChangedEventArgs.cs