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
- WinCategoryAttribute.cs
- DeviceSpecific.cs
- CodeAccessSecurityEngine.cs
- ImageBrush.cs
- TogglePatternIdentifiers.cs
- DateTimeValueSerializerContext.cs
- BoolLiteral.cs
- FileDialog_Vista.cs
- XmlElementAttribute.cs
- ReceiveCompletedEventArgs.cs
- ErrorWebPart.cs
- CalendarAutoFormat.cs
- ConfigXmlCDataSection.cs
- SpellerHighlightLayer.cs
- ComboBoxDesigner.cs
- CompilationLock.cs
- PolicyManager.cs
- WebPartZoneBase.cs
- AutomationPeer.cs
- AssemblyBuilder.cs
- ValidationErrorCollection.cs
- DebugInfoGenerator.cs
- StreamWriter.cs
- Misc.cs
- FormsAuthentication.cs
- XmlWrappingReader.cs
- CustomWebEventKey.cs
- SqlLiftWhereClauses.cs
- DataTransferEventArgs.cs
- WindowsSpinner.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- CapabilitiesRule.cs
- XmlSchemaSet.cs
- FieldMetadata.cs
- BindToObject.cs
- LocalizableResourceBuilder.cs
- DecoderBestFitFallback.cs
- CommonGetThemePartSize.cs
- CacheSection.cs
- SHA384.cs
- NavigatorOutput.cs
- ObfuscateAssemblyAttribute.cs
- CaseStatementSlot.cs
- NonBatchDirectoryCompiler.cs
- LinqDataSourceHelper.cs
- PropertiesTab.cs
- AssemblyAttributesGoHere.cs
- NavigationEventArgs.cs
- CodeExpressionCollection.cs
- BindValidator.cs
- PseudoWebRequest.cs
- WithParamAction.cs
- JsonWriter.cs
- DeleteCardRequest.cs
- ListItemCollection.cs
- BitmapImage.cs
- SqlWorkflowPersistenceService.cs
- VectorValueSerializer.cs
- WindowsSpinner.cs
- DefaultHttpHandler.cs
- InputMethod.cs
- DefaultObjectMappingItemCollection.cs
- PropertyGrid.cs
- DataGridViewLinkCell.cs
- XslTransform.cs
- Helpers.cs
- BitStack.cs
- ZipPackage.cs
- Win32NamedPipes.cs
- WebServiceBindingAttribute.cs
- CounterSample.cs
- SmtpException.cs
- DateTimePicker.cs
- QilReference.cs
- CFGGrammar.cs
- Timer.cs
- HwndProxyElementProvider.cs
- IndentTextWriter.cs
- ManagedWndProcTracker.cs
- Soap.cs
- Int32Rect.cs
- PolicyManager.cs
- Path.cs
- InvalidComObjectException.cs
- TextDpi.cs
- OpenTypeLayoutCache.cs
- DockAndAnchorLayout.cs
- PropertiesTab.cs
- SqlDataRecord.cs
- GPPOINTF.cs
- WindowsAuthenticationEventArgs.cs
- FormatPage.cs
- PropertyRef.cs
- WsatTransactionInfo.cs
- StdValidatorsAndConverters.cs
- RawTextInputReport.cs
- XmlReaderSettings.cs
- ProjectionPath.cs
- FamilyMap.cs
- DeleteMemberBinder.cs