Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- FixedSOMLineRanges.cs
- FontInfo.cs
- EntityException.cs
- Triplet.cs
- Parameter.cs
- XmlWriter.cs
- EncodingInfo.cs
- IdentitySection.cs
- SmiMetaDataProperty.cs
- counter.cs
- CertificateReferenceElement.cs
- DiffuseMaterial.cs
- MarkupExtensionParser.cs
- SqlDataReaderSmi.cs
- DocobjHost.cs
- WizardStepCollectionEditor.cs
- PropertyPath.cs
- SubMenuStyle.cs
- EditorPartChrome.cs
- HttpContextBase.cs
- StrokeNodeEnumerator.cs
- StreamWriter.cs
- XsltContext.cs
- JpegBitmapEncoder.cs
- ItemAutomationPeer.cs
- PageParserFilter.cs
- FileNameEditor.cs
- XPathNodeList.cs
- OleDbPermission.cs
- ListViewItem.cs
- ToolStripSeparatorRenderEventArgs.cs
- BitmapVisualManager.cs
- PageBreakRecord.cs
- ImportCatalogPart.cs
- SafeIUnknown.cs
- CustomAttributeFormatException.cs
- KeyGesture.cs
- RegexTree.cs
- Rotation3DKeyFrameCollection.cs
- SqlFactory.cs
- PointConverter.cs
- TraceData.cs
- X509CertificateClaimSet.cs
- WmlValidationSummaryAdapter.cs
- CookieProtection.cs
- XmlEncoding.cs
- StateManagedCollection.cs
- HtmlInputSubmit.cs
- PtsPage.cs
- ClosureBinding.cs
- ConfigXmlAttribute.cs
- ServicePoint.cs
- RowsCopiedEventArgs.cs
- BuildProviderAppliesToAttribute.cs
- SortedDictionary.cs
- HttpCacheVary.cs
- Variable.cs
- DataGridViewIntLinkedList.cs
- DataSourceProvider.cs
- WindowsFormsHost.cs
- RelatedPropertyManager.cs
- SqlUnionizer.cs
- CapabilitiesUse.cs
- StateMachineTimers.cs
- Int32Animation.cs
- CacheMode.cs
- RegexCompilationInfo.cs
- Pair.cs
- TextDecorations.cs
- ValidatorUtils.cs
- NameValueCollection.cs
- StylusPointDescription.cs
- TextSelectionProcessor.cs
- WebPartsSection.cs
- PagesSection.cs
- FontDriver.cs
- WebPartDescription.cs
- ExpressionConverter.cs
- LookupBindingPropertiesAttribute.cs
- XamlPoint3DCollectionSerializer.cs
- DataGridHeaderBorder.cs
- PropertyCollection.cs
- StoreContentChangedEventArgs.cs
- PackWebRequest.cs
- EventBookmark.cs
- SettingsPropertyWrongTypeException.cs
- RedirectionProxy.cs
- LogRecordSequence.cs
- BamlRecordWriter.cs
- FlowchartDesigner.xaml.cs
- FakeModelPropertyImpl.cs
- WebPartCatalogAddVerb.cs
- QilCloneVisitor.cs
- DataErrorValidationRule.cs
- ImageMapEventArgs.cs
- CodeNamespaceCollection.cs
- HttpProfileGroupBase.cs
- FlowDocumentReaderAutomationPeer.cs
- JapaneseCalendar.cs
- ToolStripTextBox.cs