Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- VariableAction.cs
- SelectionHighlightInfo.cs
- ItemType.cs
- CapabilitiesRule.cs
- HandlerFactoryWrapper.cs
- BufferBuilder.cs
- NameValueCollection.cs
- EdmSchemaAttribute.cs
- CharacterHit.cs
- ListItem.cs
- TypeExtensionSerializer.cs
- GeneralTransform3DGroup.cs
- BaseDataBoundControlDesigner.cs
- ViewValidator.cs
- ConstantSlot.cs
- XamlBrushSerializer.cs
- WorkerRequest.cs
- EntityClientCacheEntry.cs
- DataAdapter.cs
- ProxyGenerationError.cs
- bidPrivateBase.cs
- FusionWrap.cs
- Floater.cs
- DesignerAdapterAttribute.cs
- GridErrorDlg.cs
- COM2ComponentEditor.cs
- SqlCachedBuffer.cs
- Control.cs
- SqlDelegatedTransaction.cs
- MembershipSection.cs
- ReceiveMessageRecord.cs
- PerfCounters.cs
- BuildManager.cs
- RenderingEventArgs.cs
- EmptyEnumerable.cs
- ConsoleTraceListener.cs
- StaticDataManager.cs
- CommonXSendMessage.cs
- UnsafeNativeMethods.cs
- CngUIPolicy.cs
- XPathNodePointer.cs
- _HeaderInfo.cs
- ProfilePropertyNameValidator.cs
- QueryRewriter.cs
- ClassDataContract.cs
- Point3DCollectionConverter.cs
- Dynamic.cs
- _LazyAsyncResult.cs
- SchemaCollectionPreprocessor.cs
- SchemaTableColumn.cs
- RMEnrollmentPage3.cs
- BitmapDecoder.cs
- SelectionPatternIdentifiers.cs
- Cursor.cs
- ManagementNamedValueCollection.cs
- AutomationProperty.cs
- SrgsToken.cs
- XmlQueryTypeFactory.cs
- FusionWrap.cs
- CollectionConverter.cs
- SourceExpressionException.cs
- InternalRelationshipCollection.cs
- PrefixHandle.cs
- CancelRequestedRecord.cs
- SqlBulkCopyColumnMapping.cs
- StylusDevice.cs
- ExtensionSurface.cs
- ThreadStateException.cs
- XmlSchemaParticle.cs
- TextRenderer.cs
- XPathQilFactory.cs
- Monitor.cs
- AsyncOperationManager.cs
- WebPartMinimizeVerb.cs
- RadioButton.cs
- DataMemberFieldConverter.cs
- DescendentsWalkerBase.cs
- Utility.cs
- Win32NamedPipes.cs
- Internal.cs
- DataSysAttribute.cs
- BufferedReadStream.cs
- Shape.cs
- BuildProvidersCompiler.cs
- ZoneButton.cs
- Control.cs
- PriorityQueue.cs
- HttpsTransportBindingElement.cs
- DataRelationPropertyDescriptor.cs
- JournalEntry.cs
- HttpRawResponse.cs
- ValidationPropertyAttribute.cs
- ButtonAutomationPeer.cs
- TextCompositionEventArgs.cs
- CommandHelper.cs
- XmlRootAttribute.cs
- URLIdentityPermission.cs
- FormattedTextSymbols.cs
- SimpleTextLine.cs
- ReferencedCollectionType.cs