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
- HttpRuntime.cs
- SafeSystemMetrics.cs
- ResourceType.cs
- _ListenerRequestStream.cs
- RemoteAsymmetricSignatureFormatter.cs
- SQLInt32Storage.cs
- __ConsoleStream.cs
- RenderContext.cs
- ObjRef.cs
- ButtonColumn.cs
- Style.cs
- PolyQuadraticBezierSegment.cs
- IndexerNameAttribute.cs
- PrimarySelectionAdorner.cs
- SqlRowUpdatingEvent.cs
- FixedTextContainer.cs
- XmlStreamStore.cs
- ContainerParaClient.cs
- cookie.cs
- MetadataArtifactLoader.cs
- ExpressionDumper.cs
- DbReferenceCollection.cs
- ContourSegment.cs
- XmlEncoding.cs
- XPathNavigatorKeyComparer.cs
- HMACSHA256.cs
- RuleValidation.cs
- Converter.cs
- Assert.cs
- QueueProcessor.cs
- XmlEntityReference.cs
- DbSource.cs
- SyndicationSerializer.cs
- KeyEvent.cs
- SqlWebEventProvider.cs
- ReadOnlyState.cs
- XmlObjectSerializerContext.cs
- CodeArgumentReferenceExpression.cs
- ServiceParser.cs
- DataGridView.cs
- Int32Rect.cs
- EventEntry.cs
- TraceUtility.cs
- DbConnectionPool.cs
- ParameterCollection.cs
- XsdBuilder.cs
- HandlerMappingMemo.cs
- SqlCommandBuilder.cs
- XmlChildNodes.cs
- ArgumentNullException.cs
- ToolboxItemCollection.cs
- QfeChecker.cs
- TextBoxDesigner.cs
- _Events.cs
- TextServicesManager.cs
- ObjectDataProvider.cs
- LogEntryHeaderDeserializer.cs
- UTF8Encoding.cs
- XsltInput.cs
- XmlValueConverter.cs
- DataGridHelper.cs
- _SSPIWrapper.cs
- PublisherIdentityPermission.cs
- xsdvalidator.cs
- StaticTextPointer.cs
- ObjectContext.cs
- IERequestCache.cs
- OnOperation.cs
- MeasurementDCInfo.cs
- IInstanceTable.cs
- HTTPNotFoundHandler.cs
- DateTimePicker.cs
- GeometryValueSerializer.cs
- VectorAnimation.cs
- WindowsListViewItem.cs
- AuthenticationSchemesHelper.cs
- Pair.cs
- JapaneseLunisolarCalendar.cs
- TextEvent.cs
- HScrollProperties.cs
- Int16Storage.cs
- WebServiceParameterData.cs
- ISFClipboardData.cs
- StructuralType.cs
- PreviewKeyDownEventArgs.cs
- CommandConverter.cs
- ListViewItem.cs
- DefaultSection.cs
- DbConnectionPoolOptions.cs
- TripleDESCryptoServiceProvider.cs
- UndoManager.cs
- Drawing.cs
- _SslStream.cs
- SecurityResources.cs
- DbConnectionPoolGroup.cs
- DataGridItem.cs
- documentsequencetextpointer.cs
- ClientData.cs
- OperandQuery.cs
- ItemsControlAutomationPeer.cs