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
- MouseEventArgs.cs
- LedgerEntryCollection.cs
- AccessedThroughPropertyAttribute.cs
- LabelLiteral.cs
- Menu.cs
- DefaultMemberAttribute.cs
- BinarySerializer.cs
- SizeConverter.cs
- CapabilitiesPattern.cs
- UdpSocketReceiveManager.cs
- EtwTrackingParticipant.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- FontStyleConverter.cs
- ProviderSettings.cs
- TraceLevelHelper.cs
- RijndaelManaged.cs
- Clock.cs
- PartialToken.cs
- ElementsClipboardData.cs
- Int32Rect.cs
- DataReceivedEventArgs.cs
- OleDbConnection.cs
- InstanceLockQueryResult.cs
- TextChangedEventArgs.cs
- XmlNodeComparer.cs
- SectionVisual.cs
- LifetimeManager.cs
- FormsAuthentication.cs
- PreservationFileReader.cs
- FontCacheLogic.cs
- PropertyTabChangedEvent.cs
- WindowsNonControl.cs
- CodeSubDirectoriesCollection.cs
- TraceShell.cs
- NativeMethods.cs
- RoutedPropertyChangedEventArgs.cs
- _NTAuthentication.cs
- RequestBringIntoViewEventArgs.cs
- TreeViewHitTestInfo.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- AuthorizationSection.cs
- TraceUtility.cs
- WriteableOnDemandStream.cs
- DetectRunnableInstancesTask.cs
- followingsibling.cs
- Drawing.cs
- SynchronizationLockException.cs
- DataGridViewTextBoxColumn.cs
- DbExpressionBuilder.cs
- ContextMenu.cs
- MenuRenderer.cs
- QilNode.cs
- CodeAccessPermission.cs
- TransformerInfo.cs
- SwitchAttribute.cs
- KeyValuePairs.cs
- MiniLockedBorderGlyph.cs
- CngAlgorithm.cs
- DbSetClause.cs
- MenuItemAutomationPeer.cs
- DiagnosticTraceSource.cs
- FormatStringEditor.cs
- FamilyMap.cs
- DataControlButton.cs
- ToggleButtonAutomationPeer.cs
- IPCCacheManager.cs
- CollectionEditorDialog.cs
- XmlAggregates.cs
- HtmlShimManager.cs
- VirtualPathUtility.cs
- XmlSchema.cs
- PackWebResponse.cs
- HealthMonitoringSectionHelper.cs
- ClientOptions.cs
- ListControlBoundActionList.cs
- AuthenticationException.cs
- EncoderFallback.cs
- PrimitiveDataContract.cs
- AddInControllerImpl.cs
- Separator.cs
- ProcessThread.cs
- dbenumerator.cs
- DataSysAttribute.cs
- AttributeTableBuilder.cs
- DiscreteKeyFrames.cs
- HtmlFormParameterReader.cs
- ReachDocumentReferenceCollectionSerializer.cs
- WebPartCatalogAddVerb.cs
- DataControlFieldsEditor.cs
- TextRunCacheImp.cs
- Regex.cs
- Parameter.cs
- ScrollItemProviderWrapper.cs
- SchemaImporterExtensionElementCollection.cs
- RectangleF.cs
- XmlArrayItemAttributes.cs
- CommandManager.cs
- LineServicesCallbacks.cs
- FormCollection.cs
- DataTableReader.cs