Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewEvent.cs / 1 / TreeViewEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeViewEventArgs : EventArgs { TreeNode node; TreeViewAction action = TreeViewAction.Unknown; ////// Provides data for the ///, , , or event. /// /// /// public TreeViewEventArgs(TreeNode node) { this.node = node; } ///[To be supplied.] ////// /// public TreeViewEventArgs(TreeNode node, TreeViewAction action) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// An event specific action-flag. /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeViewEventArgs : EventArgs { TreeNode node; TreeViewAction action = TreeViewAction.Unknown; ////// Provides data for the ///, , , or event. /// /// /// public TreeViewEventArgs(TreeNode node) { this.node = node; } ///[To be supplied.] ////// /// public TreeViewEventArgs(TreeNode node, TreeViewAction action) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// An event specific action-flag. /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WorkflowPersistenceContext.cs
- TypeUsageBuilder.cs
- StatusBarItem.cs
- DataBinder.cs
- CacheMode.cs
- AttachmentCollection.cs
- XPathException.cs
- DataGridViewCellStyle.cs
- EventLogEntry.cs
- TextBoxView.cs
- SafeArrayTypeMismatchException.cs
- TextParagraphProperties.cs
- TreeIterator.cs
- CardSpaceSelector.cs
- CapiSafeHandles.cs
- AncillaryOps.cs
- Style.cs
- FileDialog.cs
- ComAdminInterfaces.cs
- AssemblyBuilder.cs
- DataServiceHostWrapper.cs
- FrameSecurityDescriptor.cs
- RuleInfoComparer.cs
- ScriptDescriptor.cs
- Attribute.cs
- DataGridViewSelectedRowCollection.cs
- DataGridItemAttachedStorage.cs
- FlowchartSizeFeature.cs
- GlyphRun.cs
- X509ThumbprintKeyIdentifierClause.cs
- WebPartDescription.cs
- ErrorInfoXmlDocument.cs
- ScalarOps.cs
- MimeFormReflector.cs
- SelectionItemProviderWrapper.cs
- SerializerWriterEventHandlers.cs
- XmlFormatExtensionPrefixAttribute.cs
- XmlSerializerNamespaces.cs
- HitTestDrawingContextWalker.cs
- UIntPtr.cs
- ExpressionBindingsDialog.cs
- Material.cs
- ValueChangedEventManager.cs
- TemplateBuilder.cs
- ListenerTraceUtility.cs
- InheritanceContextChangedEventManager.cs
- DbXmlEnabledProviderManifest.cs
- OptimalBreakSession.cs
- CompilerInfo.cs
- FixedTextView.cs
- OpacityConverter.cs
- OdbcConnectionPoolProviderInfo.cs
- XmlCollation.cs
- SymbolEqualComparer.cs
- SpotLight.cs
- Types.cs
- Scripts.cs
- DiscoveryReference.cs
- SHA1.cs
- ValidationErrorCollection.cs
- IProvider.cs
- PostBackTrigger.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- MulticastIPAddressInformationCollection.cs
- WindowsTab.cs
- CodeIdentifier.cs
- BindingManagerDataErrorEventArgs.cs
- InputMethod.cs
- AppearanceEditorPart.cs
- ConfigurationElementProperty.cs
- CorrelationQuery.cs
- SoapObjectInfo.cs
- Canonicalizers.cs
- WaitForChangedResult.cs
- XsdDataContractImporter.cs
- SimpleApplicationHost.cs
- DataProtectionSecurityStateEncoder.cs
- FormViewDeleteEventArgs.cs
- AuthorizationRule.cs
- PropertyReferenceSerializer.cs
- BitmapData.cs
- CommandHelper.cs
- HttpServerUtilityWrapper.cs
- IImplicitResourceProvider.cs
- ExplicitDiscriminatorMap.cs
- Win32Native.cs
- WebBrowserPermission.cs
- WorkflowQueueInfo.cs
- FormParameter.cs
- TrimSurroundingWhitespaceAttribute.cs
- GregorianCalendar.cs
- altserialization.cs
- KeyValueSerializer.cs
- GridViewCellAutomationPeer.cs
- SmtpNetworkElement.cs
- SmiContext.cs
- SByteConverter.cs
- BitmapScalingModeValidation.cs
- MailSettingsSection.cs
- FileReservationCollection.cs