Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TranslateTransform3D.cs
- UriSection.cs
- EmptyQuery.cs
- TraceHwndHost.cs
- Typography.cs
- ReadOnlyTernaryTree.cs
- BlurBitmapEffect.cs
- NetNamedPipeSecurity.cs
- SafeLocalMemHandle.cs
- MissingMethodException.cs
- InplaceBitmapMetadataWriter.cs
- DelegatedStream.cs
- StateChangeEvent.cs
- GeometryGroup.cs
- TimeZoneInfo.cs
- Clock.cs
- VerticalAlignConverter.cs
- ObjectDataSourceDisposingEventArgs.cs
- ViewPort3D.cs
- StateDesigner.CommentLayoutGlyph.cs
- AuthorizationRuleCollection.cs
- CurrentChangedEventManager.cs
- CardSpaceException.cs
- IUnknownConstantAttribute.cs
- OpacityConverter.cs
- EntityKey.cs
- ActivityWithResultWrapper.cs
- TreeBuilderXamlTranslator.cs
- WebPartAuthorizationEventArgs.cs
- ExpandoObject.cs
- TransformPatternIdentifiers.cs
- ZipIOLocalFileBlock.cs
- IgnoreFileBuildProvider.cs
- DataConnectionHelper.cs
- DBCSCodePageEncoding.cs
- SafeFileMappingHandle.cs
- DataGridViewImageColumn.cs
- TextMarkerSource.cs
- DiscoveryDocumentLinksPattern.cs
- ToolStripPanelRenderEventArgs.cs
- xmlsaver.cs
- ControlCachePolicy.cs
- CodeTypeParameterCollection.cs
- TriggerActionCollection.cs
- OutKeywords.cs
- XmlDataSourceNodeDescriptor.cs
- ContextMenuStripGroup.cs
- ArgIterator.cs
- Privilege.cs
- BrowserCapabilitiesFactory35.cs
- DataGridViewLinkCell.cs
- TextModifierScope.cs
- CalendarDay.cs
- Evidence.cs
- DesignerAdapterAttribute.cs
- EmbeddedMailObject.cs
- DbConnectionHelper.cs
- HttpConfigurationSystem.cs
- GcHandle.cs
- ValidationPropertyAttribute.cs
- WmlFormAdapter.cs
- XmlElement.cs
- CommonGetThemePartSize.cs
- PropertyEntry.cs
- LinkConverter.cs
- CodeAssignStatement.cs
- ListDictionaryInternal.cs
- SynchronizedInputHelper.cs
- ReadOnlyPropertyMetadata.cs
- XmlSchemaSimpleContentRestriction.cs
- RsaKeyIdentifierClause.cs
- Dictionary.cs
- AsyncPostBackErrorEventArgs.cs
- SystemIPv4InterfaceProperties.cs
- DataSourceView.cs
- FontStretches.cs
- SchemaMerger.cs
- ScriptResourceDefinition.cs
- BrowserInteropHelper.cs
- VisualProxy.cs
- CmsInterop.cs
- NonVisualControlAttribute.cs
- HwndProxyElementProvider.cs
- ReachVisualSerializerAsync.cs
- WindowsEditBox.cs
- MessageBodyDescription.cs
- XPathException.cs
- IgnoreDataMemberAttribute.cs
- SupportsEventValidationAttribute.cs
- CodeDOMUtility.cs
- ToolStripPanelRenderEventArgs.cs
- HostingEnvironmentSection.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ThicknessAnimationBase.cs
- AppDomainProtocolHandler.cs
- ManagedWndProcTracker.cs
- XmlWriter.cs
- UnsafeNativeMethods.cs
- TreeWalkHelper.cs
- FlowDocumentReader.cs