Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1 / TreeViewCancelEvent.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 TreeViewCancelEventArgs : CancelEventArgs { private TreeNode node; private TreeViewAction action; ////// Provides data for the ///, /// , /// , /// or event. /// /// /// /// public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action) : base(cancel) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpClientChannel.cs
- OletxTransactionHeader.cs
- OleDbError.cs
- TabletCollection.cs
- AnimatedTypeHelpers.cs
- BuildDependencySet.cs
- RawUIStateInputReport.cs
- TextAction.cs
- OptimalBreakSession.cs
- GiveFeedbackEvent.cs
- SafeProcessHandle.cs
- FormatSettings.cs
- OleStrCAMarshaler.cs
- ErrorProvider.cs
- BaseProcessor.cs
- ConnectionManagementElement.cs
- FormViewDeletedEventArgs.cs
- EncoderReplacementFallback.cs
- TempFiles.cs
- Size3D.cs
- NameScope.cs
- RoleManagerModule.cs
- DeobfuscatingStream.cs
- ReliableRequestSessionChannel.cs
- Package.cs
- ZoneMembershipCondition.cs
- SmtpNegotiateAuthenticationModule.cs
- CursorConverter.cs
- SecureStringHasher.cs
- SvcFileManager.cs
- RuntimeWrappedException.cs
- BamlMapTable.cs
- TextServicesCompartmentEventSink.cs
- RenderingEventArgs.cs
- LinqToSqlWrapper.cs
- basevalidator.cs
- XmlNavigatorFilter.cs
- prompt.cs
- XmlBinaryReader.cs
- SimpleApplicationHost.cs
- OleAutBinder.cs
- RecognizerInfo.cs
- AttributeQuery.cs
- ProviderConnectionPointCollection.cs
- DbSetClause.cs
- VScrollProperties.cs
- HostProtectionException.cs
- OLEDB_Util.cs
- DataListCommandEventArgs.cs
- XmlSchemaDatatype.cs
- LiteralControl.cs
- FormatVersion.cs
- PriorityRange.cs
- HtmlInputPassword.cs
- AssemblySettingAttributes.cs
- CreateUserWizardDesigner.cs
- ModulesEntry.cs
- SerializationFieldInfo.cs
- SchemaObjectWriter.cs
- XmlDocumentFieldSchema.cs
- NamedPermissionSet.cs
- InkCanvasInnerCanvas.cs
- XPathDocumentBuilder.cs
- ExpressionPrefixAttribute.cs
- Frame.cs
- XamlFigureLengthSerializer.cs
- TableRow.cs
- SourceItem.cs
- BitmapEncoder.cs
- PropertySourceInfo.cs
- XmlSchemaProviderAttribute.cs
- CopyCodeAction.cs
- ReliabilityContractAttribute.cs
- SessionPageStatePersister.cs
- TextChange.cs
- PointHitTestParameters.cs
- SafeEventLogWriteHandle.cs
- ClipboardProcessor.cs
- ClientFormsAuthenticationCredentials.cs
- ReliabilityContractAttribute.cs
- PrintDialog.cs
- MachineKeyConverter.cs
- ConcurrentBag.cs
- UpdatePanelControlTrigger.cs
- QuaternionValueSerializer.cs
- HtmlImage.cs
- ColorAnimationBase.cs
- MatrixTransform3D.cs
- printdlgexmarshaler.cs
- State.cs
- HtmlTableCell.cs
- AlternateView.cs
- ListBoxItemWrapperAutomationPeer.cs
- Transform.cs
- ToolStripDropDownButton.cs
- DirectoryInfo.cs
- DbProviderFactoriesConfigurationHandler.cs
- DependencyPropertyValueSerializer.cs
- CallSite.cs
- PTUtility.cs