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
- BaseCollection.cs
- DiagnosticTraceSchemas.cs
- Int16Converter.cs
- CharKeyFrameCollection.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- WCFBuildProvider.cs
- RootProfilePropertySettingsCollection.cs
- DataRowView.cs
- TableRowCollection.cs
- PropertyNames.cs
- CommentEmitter.cs
- ServiceDocument.cs
- TypeNameConverter.cs
- Light.cs
- AutomationElementIdentifiers.cs
- externdll.cs
- DefaultTextStore.cs
- RemotingSurrogateSelector.cs
- SetterBase.cs
- FixedPageProcessor.cs
- Vector3DAnimationBase.cs
- EditorBrowsableAttribute.cs
- ColumnPropertiesGroup.cs
- RoutedUICommand.cs
- GatewayDefinition.cs
- FtpCachePolicyElement.cs
- ThreadTrace.cs
- HtmlTableRow.cs
- ButtonChrome.cs
- FixedSOMTextRun.cs
- XPathSelectionIterator.cs
- WebControl.cs
- ConnectionStringsSection.cs
- DomNameTable.cs
- XamlStyleSerializer.cs
- BitmapFrameDecode.cs
- XNodeSchemaApplier.cs
- EventMemberCodeDomSerializer.cs
- NativeMethods.cs
- Brush.cs
- WebBrowserUriTypeConverter.cs
- Ray3DHitTestResult.cs
- RefreshEventArgs.cs
- FamilyMapCollection.cs
- Ref.cs
- SystemColorTracker.cs
- FixedTextView.cs
- XmlArrayItemAttributes.cs
- ValidationSummary.cs
- SystemTcpConnection.cs
- TargetInvocationException.cs
- XmlAnyElementAttribute.cs
- PageRequestManager.cs
- IFlowDocumentViewer.cs
- HostExecutionContextManager.cs
- NetTcpSecurity.cs
- DiscoveryRequestHandler.cs
- ToolStripLabel.cs
- UserMapPath.cs
- CodeExporter.cs
- OutputCacheProfileCollection.cs
- SmtpReplyReaderFactory.cs
- PeerHopCountAttribute.cs
- DiscriminatorMap.cs
- SiteMapNode.cs
- CompressStream.cs
- X509ChainPolicy.cs
- StatusBarDrawItemEvent.cs
- InputScopeManager.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- WorkerRequest.cs
- Transaction.cs
- EventMappingSettings.cs
- DBConnection.cs
- DesignerForm.cs
- ClipboardProcessor.cs
- FontUnitConverter.cs
- httpstaticobjectscollection.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SequentialUshortCollection.cs
- SqlDataSourceConfigureSelectPanel.cs
- SlipBehavior.cs
- TransformConverter.cs
- SqlClientWrapperSmiStreamChars.cs
- RegisteredArrayDeclaration.cs
- WebMessageBodyStyleHelper.cs
- CompilationLock.cs
- PackageRelationshipCollection.cs
- QilXmlReader.cs
- LayoutManager.cs
- FixedBufferAttribute.cs
- StringBlob.cs
- HierarchicalDataBoundControlAdapter.cs
- ToolStripSettings.cs
- SafeFreeMibTable.cs
- ComPersistableTypeElementCollection.cs
- IgnorePropertiesAttribute.cs
- HttpHandlerActionCollection.cs
- BreakRecordTable.cs
- HandleScope.cs