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
- NotFiniteNumberException.cs
- PackageRelationship.cs
- SqlNodeTypeOperators.cs
- OutKeywords.cs
- ProgressBarRenderer.cs
- ObjectDataSourceSelectingEventArgs.cs
- AsymmetricAlgorithm.cs
- ColorMatrix.cs
- ThreadInterruptedException.cs
- XdrBuilder.cs
- ConfigPathUtility.cs
- DLinqTableProvider.cs
- ComponentResourceKey.cs
- DWriteFactory.cs
- SerTrace.cs
- Converter.cs
- SizeConverter.cs
- XsdBuildProvider.cs
- SystemResourceKey.cs
- ExpressionNode.cs
- DataTableNewRowEvent.cs
- CacheOutputQuery.cs
- DataGridViewColumn.cs
- ColorContext.cs
- FontStretches.cs
- ScrollableControl.cs
- ControlDesigner.cs
- Control.cs
- MemoryStream.cs
- TextRunTypographyProperties.cs
- DataTableNewRowEvent.cs
- LostFocusEventManager.cs
- Symbol.cs
- ReadOnlyHierarchicalDataSource.cs
- WindowsEditBoxRange.cs
- AlphaSortedEnumConverter.cs
- ContentElementAutomationPeer.cs
- DPAPIProtectedConfigurationProvider.cs
- DbProviderFactoriesConfigurationHandler.cs
- WebPartZone.cs
- mactripleDES.cs
- ContractMapping.cs
- Stack.cs
- InputEventArgs.cs
- FontTypeConverter.cs
- ThreadExceptionEvent.cs
- LoadedEvent.cs
- CatalogZone.cs
- SecurityTokenProvider.cs
- MethodToken.cs
- GlyphsSerializer.cs
- DllNotFoundException.cs
- SkewTransform.cs
- XmlObjectSerializerWriteContextComplex.cs
- InputLanguageCollection.cs
- MD5Cng.cs
- TreeBuilderXamlTranslator.cs
- XmlSortKeyAccumulator.cs
- HtmlHead.cs
- LabelEditEvent.cs
- ButtonField.cs
- AttachmentService.cs
- MetadataUtil.cs
- SuppressMergeCheckAttribute.cs
- CodeArgumentReferenceExpression.cs
- TextTrailingCharacterEllipsis.cs
- ReferenceSchema.cs
- AppManager.cs
- ExpressionEditorSheet.cs
- CngUIPolicy.cs
- Operand.cs
- ExpressionBuilderCollection.cs
- FieldToken.cs
- GlyphsSerializer.cs
- TextEditorSelection.cs
- Ref.cs
- PasswordTextNavigator.cs
- StrongName.cs
- OdbcErrorCollection.cs
- SizeConverter.cs
- InkSerializer.cs
- Stopwatch.cs
- securitycriticaldataformultiplegetandset.cs
- hresults.cs
- DictionaryManager.cs
- NetMsmqSecurityElement.cs
- StreamGeometry.cs
- InstanceCompleteException.cs
- HtmlElementCollection.cs
- WebServiceBindingAttribute.cs
- Style.cs
- Annotation.cs
- DeviceFiltersSection.cs
- DocumentScope.cs
- Soap.cs
- LifetimeServices.cs
- ResourceSet.cs
- _CommandStream.cs
- HelpKeywordAttribute.cs
- OracleNumber.cs