Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / UpDownEvent.cs / 1305376 / 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
- ButtonBase.cs
- SyntaxCheck.cs
- WS2007HttpBindingCollectionElement.cs
- SpecialTypeDataContract.cs
- CodeMethodInvokeExpression.cs
- StandardCommands.cs
- ConnectionManagementElement.cs
- StandardOleMarshalObject.cs
- DeferredSelectedIndexReference.cs
- XsdDataContractImporter.cs
- TextEditorTyping.cs
- SystemIcons.cs
- GcHandle.cs
- TypeConverter.cs
- TextElementCollectionHelper.cs
- FactoryGenerator.cs
- TextTreeTextElementNode.cs
- TextRange.cs
- OracleInfoMessageEventArgs.cs
- _HeaderInfoTable.cs
- ImageListStreamer.cs
- CustomTypeDescriptor.cs
- MissingFieldException.cs
- CodeAttachEventStatement.cs
- EventLogStatus.cs
- InvokeBinder.cs
- EffectiveValueEntry.cs
- ScriptResourceInfo.cs
- ToolTipAutomationPeer.cs
- WeakHashtable.cs
- MsmqBindingFilter.cs
- XhtmlConformanceSection.cs
- ProfilePropertyNameValidator.cs
- DataGridTablesFactory.cs
- SystemWebExtensionsSectionGroup.cs
- XPathNodeHelper.cs
- ActivityDesigner.cs
- UIElement.cs
- DataIdProcessor.cs
- Form.cs
- SecurityTokenSpecification.cs
- MethodBody.cs
- UnaryNode.cs
- CodeTypeReference.cs
- WebPartPersonalization.cs
- LogicalTreeHelper.cs
- LayoutTableCell.cs
- DataControlButton.cs
- StyleTypedPropertyAttribute.cs
- TypeUtil.cs
- OracleParameter.cs
- FormView.cs
- PlanCompilerUtil.cs
- ProvidePropertyAttribute.cs
- MobileControlsSectionHelper.cs
- DataGridColumnStyleMappingNameEditor.cs
- FileUtil.cs
- DataListItemCollection.cs
- _OverlappedAsyncResult.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- CollectionTypeElement.cs
- Point3DAnimation.cs
- Int32CollectionConverter.cs
- SerializationObjectManager.cs
- SiteMapDataSourceView.cs
- ToolStripGripRenderEventArgs.cs
- KerberosSecurityTokenParameters.cs
- CacheDependency.cs
- DataGridCellItemAutomationPeer.cs
- EncodingInfo.cs
- OdbcReferenceCollection.cs
- NativeMethods.cs
- VisualStyleElement.cs
- DataIdProcessor.cs
- OdbcPermission.cs
- SmtpMail.cs
- KeyGesture.cs
- _ChunkParse.cs
- WindowsFormsHostPropertyMap.cs
- DocumentPaginator.cs
- FixedFlowMap.cs
- EventMappingSettingsCollection.cs
- RNGCryptoServiceProvider.cs
- CompiledRegexRunner.cs
- Context.cs
- isolationinterop.cs
- EntityDataSourceView.cs
- BackgroundFormatInfo.cs
- EdmFunction.cs
- UpdateException.cs
- WebException.cs
- COM2ColorConverter.cs
- PersistenceProviderFactory.cs
- SynchronizationContext.cs
- LookupNode.cs
- JobCollate.cs
- Rotation3DKeyFrameCollection.cs
- TargetControlTypeAttribute.cs
- XmlWriterTraceListener.cs
- Int32AnimationBase.cs