Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProxyWebPartManager.cs
- DataError.cs
- PrintDialog.cs
- ObjectAnimationBase.cs
- TextElementCollectionHelper.cs
- SelectManyQueryOperator.cs
- ManifestResourceInfo.cs
- CacheMemory.cs
- SymbolEqualComparer.cs
- XslTransform.cs
- HtmlImageAdapter.cs
- TraceLevelStore.cs
- AtomMaterializerLog.cs
- DataConnectionHelper.cs
- ProjectionQueryOptionExpression.cs
- TempFiles.cs
- Help.cs
- DigestComparer.cs
- TransformerConfigurationWizardBase.cs
- MouseCaptureWithinProperty.cs
- TableCellAutomationPeer.cs
- BroadcastEventHelper.cs
- CommonObjectSecurity.cs
- WebPartDeleteVerb.cs
- SafeIUnknown.cs
- ObjectReferenceStack.cs
- XPathBuilder.cs
- XmlCountingReader.cs
- ModuleBuilder.cs
- DbParameterCollectionHelper.cs
- XmlDataSourceView.cs
- SafeNativeMemoryHandle.cs
- ProfileSettings.cs
- DoubleAnimationClockResource.cs
- EncoderNLS.cs
- Typeface.cs
- Sequence.cs
- CharacterMetrics.cs
- GZipDecoder.cs
- EnumMember.cs
- CollectionView.cs
- DataGridColumn.cs
- ModelUtilities.cs
- HttpRuntimeSection.cs
- FileLogRecordHeader.cs
- TrustManagerMoreInformation.cs
- TypeToken.cs
- SoapAttributeOverrides.cs
- DataMember.cs
- HostingMessageProperty.cs
- MessageQueuePermissionEntry.cs
- XmlSerializableServices.cs
- ColorKeyFrameCollection.cs
- ClusterSafeNativeMethods.cs
- StylusPointDescription.cs
- BooleanKeyFrameCollection.cs
- RoleServiceManager.cs
- StretchValidation.cs
- TextContainer.cs
- WsdlBuildProvider.cs
- TableProviderWrapper.cs
- DropShadowEffect.cs
- Rule.cs
- XmlTextReaderImpl.cs
- TriggerBase.cs
- DataViewSettingCollection.cs
- PathFigure.cs
- BuildProvider.cs
- Overlapped.cs
- DataSourceView.cs
- Int64KeyFrameCollection.cs
- FormsAuthenticationUser.cs
- SQLStringStorage.cs
- SqlDataAdapter.cs
- WebPartConnection.cs
- HtmlInputReset.cs
- Html32TextWriter.cs
- LocalBuilder.cs
- ModulesEntry.cs
- NetSectionGroup.cs
- AnonymousIdentificationSection.cs
- SamlSubjectStatement.cs
- DefaultMemberAttribute.cs
- ListViewUpdateEventArgs.cs
- SafeNativeMethods.cs
- MenuCommandService.cs
- ListViewItemSelectionChangedEvent.cs
- PolicyStatement.cs
- DataGridCellAutomationPeer.cs
- TeredoHelper.cs
- SiteMembershipCondition.cs
- XmlSchemaRedefine.cs
- DefaultParameterValueAttribute.cs
- InheritanceRules.cs
- PlaceHolder.cs
- IPipelineRuntime.cs
- DataSvcMapFile.cs
- ByteStreamGeometryContext.cs
- ClientSession.cs
- UiaCoreProviderApi.cs